1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 14:34:37 +04:00

css fixes, dropdown fixes

This commit is contained in:
codecalm
2020-01-26 23:39:00 +01:00
parent d680d393a5
commit 0858099955
15 changed files with 56 additions and 50 deletions
+3 -3
View File
@@ -44,8 +44,8 @@
}
.progress-bar-indeterminate {
&::after,
&::before {
&:after,
&:before {
position: absolute;
top: 0;
bottom: 0;
@@ -55,7 +55,7 @@
will-change: left, right;
}
&::before {
&:before {
animation: progress-indeterminate 2.1s cubic-bezier(.65, .815, .735, .395) infinite;
}
}