theme changes

This commit is contained in:
Yuri Kuznetsov
2022-07-19 14:27:08 +03:00
parent 1de62f442e
commit fb7202ad34
4 changed files with 8 additions and 2 deletions
@@ -34,7 +34,7 @@
}
.fc-event {
border-radius: 0 !important;
border-radius: var(--border-radius) !important;
background-color: none !important;
}
@@ -64,7 +64,7 @@
}
.vis-item.vis-range, .vis-item.vis-box {
border-radius: 0 !important;
border-radius: var(--border-radius) !important;
}
.vis-current-time {
+3
View File
@@ -1,5 +1,6 @@
@input-border-value: #ececec;
@body-bg-value: #FAFBFC;
@text-color-value: #424242;
@main-gray-value: #ececec;
@@ -12,3 +13,5 @@
@navbar-inverse-link-color-value: #F7F7F7;
@login-panel-heading-bg-value: @brand-primary-value;
@border-radius-value: 6px;
+3
View File
@@ -1,5 +1,6 @@
@input-border-value: @main-gray;
@body-bg-value: #FAFBFC;
@text-color-value: #424242;
@link-color-value: #6e86ca;
@@ -15,3 +16,5 @@
@navbar-inverse-link-color-value: #F7F7F7;
@login-panel-heading-bg-value: @brand-primary-value;
@border-radius-value: 4px;