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