change date type for req & design and fields & add requests & fix bug appointment and dashboard
This commit is contained in:
+10
-2
@@ -440,7 +440,14 @@ html {
|
||||
|
||||
.icon-keyboard_double_arrow_right,
|
||||
.icon-keyboard_double_arrow_left {
|
||||
display: none !important;
|
||||
color: transparent !important;
|
||||
}
|
||||
|
||||
.icon-keyboard_double_arrow_right::before,
|
||||
.icon-keyboard_double_arrow_left::before {
|
||||
background: url(../public/assets/icons/double-right.svg);
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.icon-chevron-right::before,
|
||||
@@ -451,7 +458,8 @@ html {
|
||||
height: 24px;
|
||||
}
|
||||
|
||||
.icon-chevron-left::before {
|
||||
.icon-chevron-left::before,
|
||||
.icon-keyboard_double_arrow_left::before {
|
||||
rotate: 180deg;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user