fix[#1730, #1742] fixed datepicker clear btn and increased theslightly the fields contrast

This commit is contained in:
Gani Georgiev
2023-02-02 00:19:04 +02:00
parent 8b93aac8e3
commit 2b5f00b62e
37 changed files with 178 additions and 165 deletions
+2 -2
View File
@@ -136,7 +136,7 @@ button {
&.btn-outline {
box-shadow: none;
color: var(--txtPrimaryColor);
@include btnOpacity(0, 0.25, 0.35);
@include btnOpacity(0, 0.3, 0.45);
&:before {
background: var(--baseAlt3Color);
}
@@ -160,7 +160,7 @@ button {
}
}
&.btn-secondary {
@include btnOpacity(0.3, 0.5, 0.7);
@include btnOpacity(0.35, 0.5, 0.7);
@each $name, $color in $variationsMap {
&.btn-#{$name} {
@include btnOpacity(0.15, 0.25, 0.3);
+5 -5
View File
@@ -12,10 +12,10 @@
--bodyColor: #f8f9fa;
--baseColor: #ffffff;
--baseAlt1Color: #ebeff2;
--baseAlt2Color: #dee3e8;
--baseAlt3Color: #d1d7db;
--baseAlt4Color: #848d94;
--baseAlt1Color: #e4e9ec;
--baseAlt2Color: #d7dde4;
--baseAlt3Color: #c6cdd7;
--baseAlt4Color: #abb5c4;
--infoColor: #3da9fc;
--infoAltColor: #d8eefe;
@@ -26,7 +26,7 @@
--warningColor: #ff8e3c;
--warningAltColor: #ffe7d6;
--overlayColor: rgba(60, 70, 105, 0.25);
--overlayColor: rgba(53, 71, 104, 0.25);
--tooltipColor: rgba(0, 0, 0, 0.85);
--shadowColor: rgba(0, 0, 0, 0.06);