Current section

Files

Jump to
live_admin dist css default_overrides.css
Raw

dist/css/default_overrides.css

body {
background-color: #FFF;
}
.nav {
background-color: rgb(243 244 246);
}
.resource__action--btn {
background-color: rgb(67, 56, 202);
border-color: rgb(67, 56, 202);
color: rgb(243 244 246);
}
.resource__action--secondary {
background-color: rgb(198, 196, 223);
border-color: rgb(198, 196, 223);
}
.resource__action--secondary:hover {
background-color: rgb(155, 149, 222);
border-color: rgb(155, 149, 222);
}
.resource__action--danger {
background-color: rgb(250, 20, 58);
border-color: rgb(250, 20, 58);
color: rgb(243 244 246);
}
.resource__action--btn:hover {
background-color: rgb(55 48 163);
border-color: rgb(67, 56, 202);
}
.resource__header {
background-color: rgb(224 231 255);
}
.resource__row--selected {
background-color: rgb(224, 231, 255);
}
.nav a:hover {
background-color: rgb(165 180 252);
}
.toast__container--error {
border-color: rgb(239, 68, 68);
color: rgb(239, 68, 68);
}
.toast__container--success {
border-color: rgb(102, 153, 0);
color: rgb(102, 153, 0);
}
.toast__container--info {
border-color: rgb(67, 56, 202);
color: rgb(67, 56, 202);
}