Custom styling if loading-placeholder is only displaying a single child. No margin and width decreased
This commit is contained in:
@@ -41,6 +41,11 @@
|
||||
height: 10px;
|
||||
margin: 10px;
|
||||
animation: pulse 1s infinite ease-in-out;
|
||||
|
||||
&:only-child {
|
||||
margin: 0;
|
||||
width: 60px !important;
|
||||
}
|
||||
}
|
||||
|
||||
div {
|
||||
|
||||
Reference in New Issue
Block a user