|
|
@ -22,6 +22,9 @@ body { |
|
|
|
-moz-background-size: auto, cover; |
|
|
|
-o-background-size: auto, cover; |
|
|
|
} |
|
|
|
.bg-default { |
|
|
|
background-color: var(--main-bg-color) !important; |
|
|
|
} |
|
|
|
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { |
|
|
|
color: var(--text-color); |
|
|
|
} |
|
|
@ -59,7 +62,9 @@ body { |
|
|
|
#sidenav-main > div > div > ul.mb-md-3.navbar-nav > li:nth-child(3) > a > i { |
|
|
|
color: white !important; |
|
|
|
} |
|
|
|
|
|
|
|
.card-profile-image img, .shadow,.navbar-vertical { |
|
|
|
box-shadow: none !important; |
|
|
|
} |
|
|
|
.fade { |
|
|
|
-webkit-transition: opacity .15s linear; |
|
|
|
transition: opacity .15s linear; |
|
|
@ -225,7 +230,9 @@ body { |
|
|
|
#root > div > div.mt--8.pb-5.container > div > div > div { |
|
|
|
background: rgba(0, 0, 0, 0.25) !important; |
|
|
|
} |
|
|
|
#root > div > div.mt--8.pb-5.container > div > div > div > div > form > div:nth-child(1) > div > input, #root > div > div.mt--8.pb-5.container > div > div > div > div > form > div:nth-child(2) > div > input { |
|
|
|
#root > div > div.mt--8.pb-5.container > div > div > div > div > form > div:nth-child(1) > div > input, |
|
|
|
#root > div > div.mt--8.pb-5.container > div > div > div > div > form > div:nth-child(2) > div > input, |
|
|
|
#root > div > div.mt--8.pb-5.container > div > div > div > div > form > div:nth-child(3) > div > input { |
|
|
|
background: rgba(0, 0, 0, .25) !important; |
|
|
|
border: 10px solid transparent; |
|
|
|
} |
|
|
|