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; display: none;
padding: 6rem; padding: 6rem;
&:after { .procesiram-posamezno-narocilo {
overflow: hidden; display: none;
display: inline-block;
vertical-align: bottom; &:after {
-webkit-animation: ellipsis steps(4, end) 900ms infinite; overflow: hidden;
animation: ellipsis steps(4, end) 900ms infinite; display: inline-block;
content: "\2026"; vertical-align: bottom;
width: 0px; -webkit-animation: ellipsis steps(4, end) 900ms infinite;
animation: ellipsis steps(4, end) 900ms infinite;
content: "\2026";
width: 0px;
}
} }
} }
} }