requestrr fixes
This commit is contained in:
parent
180ea9b507
commit
bd200d3378
@ -19,6 +19,6 @@
|
||||
--button-color: #2cabe3;
|
||||
--button-color-hover: rgb(44 171 227 / .8);
|
||||
--accent-color: #2cabe3;
|
||||
--text-color: #eee;
|
||||
--text-color: #96a2b4;
|
||||
--text-color-faded: #ddd;
|
||||
}
|
||||
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user