Rule if lineClass = fullwidth & removed horizontal margin
This commit is contained in:
@@ -14,13 +14,17 @@
|
|||||||
|
|
||||||
&--line {
|
&--line {
|
||||||
height: 10px;
|
height: 10px;
|
||||||
margin: 10px;
|
margin: 10px 0;
|
||||||
animation: pulse 1s infinite ease-in-out;
|
animation: pulse 1s infinite ease-in-out;
|
||||||
|
|
||||||
&.short {
|
&.short {
|
||||||
width: 60px !important;
|
width: 60px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.fullwidth {
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
|
||||||
&.nomargin {
|
&.nomargin {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user