Fixes on SCSS issues

stable
Xavier Julián 2014-07-30 13:56:25 +02:00
parent cb44f84e12
commit b56c245ff5
2 changed files with 5 additions and 8 deletions

View File

@ -10,9 +10,6 @@
&.active {
background-color: #e9f0da;
opacity: 1;
.icon {
}
}
.icon {
@include table-flex-child(1, 0, 0);

View File

@ -7,16 +7,16 @@
}
}
img {
width: 300px;
border: 2px solid $white;
border-radius: 8%;
width: 300px;
}
.button {
width: 130px;
height: 34px;
position: absolute;
bottom: 20px;
left: 85px;
cursor: pointer;
height: 34px;
left: 85px;
position: absolute;
width: 130px;
}
}