Fix some warnings in scss files

stable
David Barragán Merino 2014-07-11 09:54:53 +02:00
parent 6b75e42401
commit dfbefa6e42
3 changed files with 3 additions and 3 deletions

View File

@ -3,5 +3,5 @@
width: 100%; width: 100%;
} }
.burndown-container { .burndown-container {
height: 240px height: 240px;
} }

View File

@ -325,8 +325,8 @@
} }
&.active { &.active {
.icon { .icon {
right: 1rem;
opacity: 1; opacity: 1;
right: 1rem;
top: 1.3rem; top: 1.3rem;
} }
} }

View File

@ -25,7 +25,7 @@
margin-bottom: 2rem; margin-bottom: 2rem;
header { header {
position: relative; position: relative;
} }
&:hover { &:hover {