change popular app component layout

pull/3/head
KostyaDanovsky 2015-11-18 16:41:42 +03:00
parent 23183f4494
commit 76110dd782
6 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,5 @@
.panel {
border: none;
border-radius: 0px;
background-color: $panel-bg;
position: relative;

View File

@ -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%;

View File

@ -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">

View File

@ -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;

View File

@ -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