mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-01-31 03:34:15 +03:00
fixed #222 and changed indenting to 2
This commit is contained in:
parent
432e5c6b0a
commit
3879ccb08f
3
dist/css/material-wfont.css
vendored
3
dist/css/material-wfont.css
vendored
|
@ -5419,6 +5419,9 @@ icon-material-lightgrey {
|
|||
.panel-footer {
|
||||
background-color: #ececec;
|
||||
}
|
||||
.modal {
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
.snackbar {
|
||||
background-color: #323232;
|
||||
color: rgba(255, 255, 255, 0.84);
|
||||
|
|
2
dist/css/material-wfont.min.css
vendored
2
dist/css/material-wfont.min.css
vendored
File diff suppressed because one or more lines are too long
3
dist/css/material.css
vendored
3
dist/css/material.css
vendored
|
@ -5412,6 +5412,9 @@ icon-material-lightgrey {
|
|||
.panel-footer {
|
||||
background-color: #ececec;
|
||||
}
|
||||
.modal {
|
||||
background: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
.snackbar {
|
||||
background-color: #323232;
|
||||
color: rgba(255, 255, 255, 0.84);
|
||||
|
|
2
dist/css/material.min.css
vendored
2
dist/css/material.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -103,6 +103,10 @@ legend {
|
|||
|
||||
@import "_panels.less";
|
||||
|
||||
.modal {
|
||||
background: rgba(0,0,0,0.3);
|
||||
}
|
||||
|
||||
// External plugins
|
||||
@import "_plugin-snackbarjs.less";
|
||||
@import "_plugin-nouislider.less";
|
||||
|
|
Loading…
Reference in New Issue
Block a user