FIX: Drupal CSS.

This commit is contained in:
Robert 2020-12-01 13:45:57 +01:00
parent 361dd42739
commit 16b6bf280d
2 changed files with 13 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -264,14 +264,18 @@
display: none;
padding: 6rem;
&:after {
overflow: hidden;
display: inline-block;
vertical-align: bottom;
-webkit-animation: ellipsis steps(4, end) 900ms infinite;
animation: ellipsis steps(4, end) 900ms infinite;
content: "\2026";
width: 0px;
.procesiram-posamezno-narocilo {
display: none;
&:after {
overflow: hidden;
display: inline-block;
vertical-align: bottom;
-webkit-animation: ellipsis steps(4, end) 900ms infinite;
animation: ellipsis steps(4, end) 900ms infinite;
content: "\2026";
width: 0px;
}
}
}
}