Fixed css order and depth
- Reordered the properties of the css to pass houndci-bot verification
This commit is contained in:
committed by
taitus
parent
36abba15e6
commit
5c6abce8ee
@@ -27,19 +27,18 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dashboard-proposals-stats {
|
.dashboard-proposals-stats {
|
||||||
text-align: center;
|
|
||||||
border: 2px solid $highlight;
|
border: 2px solid $highlight;
|
||||||
border-radius: rem-calc(6);
|
border-radius: rem-calc(6);
|
||||||
margin-bottom: $line-height;
|
margin-bottom: $line-height;
|
||||||
padding: $line-height / 2;
|
padding: $line-height / 2;
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
@include breakpoint(medium only) {
|
@include breakpoint(medium only) {
|
||||||
.change-behaviour {
|
.change-behaviour {
|
||||||
padding: $line-height;
|
|
||||||
margin-top: $line-height;
|
|
||||||
float: left;
|
float: left;
|
||||||
width: 100%;
|
|
||||||
margin-top: $line-height / 2;
|
margin-top: $line-height / 2;
|
||||||
|
padding: $line-height;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -53,12 +52,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.supports {
|
.supports .counter-label {
|
||||||
|
|
||||||
.counter-label {
|
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.counter-value {
|
.counter-value {
|
||||||
font-size: rem-calc(20);
|
font-size: rem-calc(20);
|
||||||
|
|||||||
Reference in New Issue
Block a user