only child interfered with other uses. Instead pass class strings to the lineClass prop and it will be injected into the placeholder element

This commit is contained in:
2019-06-03 23:44:49 +02:00
parent 756e2c5cb9
commit eddbab2f99

View File

@@ -42,10 +42,13 @@
margin: 10px; margin: 10px;
animation: pulse 1s infinite ease-in-out; animation: pulse 1s infinite ease-in-out;
&:only-child { &.short {
margin: 0;
width: 60px !important; width: 60px !important;
} }
&.nomargin {
margin: 0;
}
} }
div { div {