make bg-gradient-dark background-image important to override bootstrap
This commit is contained in:
parent
e207668205
commit
66100f0eaf
@ -24034,7 +24034,7 @@ label,
|
||||
}
|
||||
|
||||
.bg-gradient-dark {
|
||||
background-image: linear-gradient(195deg, #42424a 0%, #191919 100%);
|
||||
background-image: linear-gradient(195deg, #42424a 0%, #191919 100%) !important;
|
||||
}
|
||||
|
||||
.bg-gradient-faded-primary {
|
||||
@ -29150,5 +29150,3 @@ pre[class*=language-] {
|
||||
overflow: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=dashboard-free.css.map */
|
2
assets/css/material-dashboard.min.css
vendored
2
assets/css/material-dashboard.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user