Rule if lineClass = fullwidth & removed horizontal margin

This commit is contained in:
2022-03-06 12:06:30 +01:00
parent 23a1fe5f7f
commit 79893c4652

View File

@@ -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;
}