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