Custom styling if loading-placeholder is only displaying a single child. No margin and width decreased

This commit is contained in:
2019-06-03 23:31:47 +02:00
parent 3321eeeadd
commit 756e2c5cb9

View File

@@ -41,6 +41,11 @@
height: 10px;
margin: 10px;
animation: pulse 1s infinite ease-in-out;
&:only-child {
margin: 0;
width: 60px !important;
}
}
div {