Fix some warnings in scss files
parent
6b75e42401
commit
dfbefa6e42
|
@ -3,5 +3,5 @@
|
|||
width: 100%;
|
||||
}
|
||||
.burndown-container {
|
||||
height: 240px
|
||||
height: 240px;
|
||||
}
|
||||
|
|
|
@ -325,8 +325,8 @@
|
|||
}
|
||||
&.active {
|
||||
.icon {
|
||||
right: 1rem;
|
||||
opacity: 1;
|
||||
right: 1rem;
|
||||
top: 1.3rem;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
margin-bottom: 2rem;
|
||||
|
||||
header {
|
||||
position: relative;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
|
Loading…
Reference in New Issue