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