mirror of https://github.com/akveo/blur-admin
change popular app component layout
parent
23183f4494
commit
76110dd782
|
@ -1,4 +1,5 @@
|
|||
.panel {
|
||||
border: none;
|
||||
border-radius: 0px;
|
||||
background-color: $panel-bg;
|
||||
position: relative;
|
||||
|
|
|
@ -5,12 +5,13 @@
|
|||
|
||||
.popular-app-img {
|
||||
position: relative;
|
||||
background: #e9e9e9;
|
||||
background: #2d2d2d;
|
||||
padding: 30px 0;
|
||||
height: 260px;
|
||||
|
||||
img {
|
||||
width: 70%;
|
||||
max-width: 60%;
|
||||
max-height: 70%;
|
||||
position: absolute;
|
||||
transform: translateY(-50%) translate(-50%);
|
||||
top: 50%;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<div class="popular-app-img">
|
||||
<img src="img/chernika.png"/>
|
||||
<img src="img/my-app-logo.png"/>
|
||||
</div>
|
||||
<div class="popular-app-cost row">
|
||||
<div class="col-xs-9">
|
||||
|
|
|
@ -25,7 +25,6 @@ $images-root: '../img/';
|
|||
@include svg-icon-class('refresh', 80, 80);
|
||||
|
||||
|
||||
|
||||
@mixin png-icon($url, $width, $height) {
|
||||
display: inline-block;
|
||||
width: $width + px;
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
::-webkit-scrollbar-thumb {
|
||||
background: $foreground-color;
|
||||
border-radius: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
Loading…
Reference in New Issue