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
@@ -74,7 +74,7 @@
.calendar-range {
position: relative;
&::before {
&:before {
position: absolute;
top: 50%;
right: 0;
@@ -94,11 +94,11 @@
}
}
&.range-start::before {
&.range-start:before {
left: 50%;
}
&.range-end::before {
&.range-end:before {
right: 50%;
}
}