Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
amfiyong committed Aug 22, 2021
1 parent eb7f080 commit ef41077
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions metron/css/style/white/style.white.css
Original file line number Diff line number Diff line change
Expand Up @@ -21439,7 +21439,7 @@ a.text-dark-75:hover, a.text-dark-75:focus {
background-color: #E1E9FF !important; }

.bg-diagonal-light-primary:before {
background-color: #F3F6F9 !important; }
background-color: #e1e9ff !important; }

.bg-light-secondary {
background-color: #ECF0F3 !important; }
Expand Down Expand Up @@ -21469,7 +21469,7 @@ a.text-dark-75:hover, a.text-dark-75:focus {
background-color: #C9F7F5 !important; }

.bg-diagonal-light-success:before {
background-color: #F3F6F9 !important; }
background-color: #C9F7F5 !important; }

.bg-light-info {
background-color: #EEE5FF !important; }
Expand Down Expand Up @@ -21499,7 +21499,7 @@ a.text-dark-75:hover, a.text-dark-75:focus {
background-color: #FFF4DE !important; }

.bg-diagonal-light-warning:before {
background-color: #F3F6F9 !important; }
background-color: #FFF4DE !important; }

.bg-light-danger {
background-color: #FFE2E5 !important; }
Expand Down Expand Up @@ -21741,7 +21741,8 @@ a.text-dark-75:hover, a.text-dark-75:focus {
top: 0;
left: 45%;
-webkit-transform: rotate(20deg);
transform: rotate(20deg); }
transform: rotate(20deg);
background-color: #ffffff; }

.flex-root {
-webkit-box-flex: 1;
Expand Down Expand Up @@ -52072,7 +52073,7 @@ code {
.svg-icon.svg-icon-primary svg g [fill] {
-webkit-transition: fill 0.3s ease;
transition: fill 0.3s ease;
fill: #183582 !important; }
fill: #6993FF !important; }

.svg-icon.svg-icon-primary svg:hover g [fill] {
-webkit-transition: fill 0.3s ease;
Expand All @@ -52090,7 +52091,7 @@ code {
.svg-icon.svg-icon-success svg g [fill] {
-webkit-transition: fill 0.3s ease;
transition: fill 0.3s ease;
fill: #076F6A !important; }
fill: #1BC5BD !important; }

.svg-icon.svg-icon-success svg:hover g [fill] {
-webkit-transition: fill 0.3s ease;
Expand All @@ -52108,7 +52109,7 @@ code {
.svg-icon.svg-icon-warning svg g [fill] {
-webkit-transition: fill 0.3s ease;
transition: fill 0.3s ease;
fill: #795308 !important; }
fill: #FFA800 !important; }

.svg-icon.svg-icon-warning svg:hover g [fill] {
-webkit-transition: fill 0.3s ease;
Expand All @@ -52117,7 +52118,7 @@ code {
.svg-icon.svg-icon-danger svg g [fill] {
-webkit-transition: fill 0.3s ease;
transition: fill 0.3s ease;
fill: #88101D !important; }
fill: #F64E60 !important; }

.svg-icon.svg-icon-danger svg:hover g [fill] {
-webkit-transition: fill 0.3s ease;
Expand Down

0 comments on commit ef41077

Please sign in to comment.