mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-27 03:54:13 +03:00
fixed well - part 2...
This commit is contained in:
parent
1b9dc6ac82
commit
74f2c5fddb
12
dist/css/material-wfont.css
vendored
12
dist/css/material-wfont.css
vendored
|
@ -2380,14 +2380,14 @@ body .well:not([class^="well well-material-"]) .create,
|
|||
.container-fluid .well:not([class^="well well-material-"]) .create {
|
||||
color: rgba(0, 0, 0, 0.84);
|
||||
}
|
||||
body .well-sm,
|
||||
.container .well-sm,
|
||||
.container-fluid .well-sm {
|
||||
body .well.well-sm,
|
||||
.container .well.well-sm,
|
||||
.container-fluid .well.well-sm {
|
||||
padding: 10px;
|
||||
}
|
||||
body .well-lg,
|
||||
.container .well-lg,
|
||||
.container-fluid .well-lg {
|
||||
body .well.well-lg,
|
||||
.container .well.well-lg,
|
||||
.container-fluid .well.well-lg {
|
||||
padding: 26px;
|
||||
}
|
||||
body [class^="well well-material-"],
|
||||
|
|
2
dist/css/material-wfont.css.map
vendored
2
dist/css/material-wfont.css.map
vendored
File diff suppressed because one or more lines are too long
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
12
dist/css/material.css
vendored
12
dist/css/material.css
vendored
|
@ -2356,14 +2356,14 @@ body .well:not([class^="well well-material-"]) .create,
|
|||
.container-fluid .well:not([class^="well well-material-"]) .create {
|
||||
color: rgba(0, 0, 0, 0.84);
|
||||
}
|
||||
body .well-sm,
|
||||
.container .well-sm,
|
||||
.container-fluid .well-sm {
|
||||
body .well.well-sm,
|
||||
.container .well.well-sm,
|
||||
.container-fluid .well.well-sm {
|
||||
padding: 10px;
|
||||
}
|
||||
body .well-lg,
|
||||
.container .well-lg,
|
||||
.container-fluid .well-lg {
|
||||
body .well.well-lg,
|
||||
.container .well.well-lg,
|
||||
.container-fluid .well.well-lg {
|
||||
padding: 26px;
|
||||
}
|
||||
body [class^="well well-material-"],
|
||||
|
|
2
dist/css/material.css.map
vendored
2
dist/css/material.css.map
vendored
File diff suppressed because one or more lines are too long
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
|
@ -24,10 +24,10 @@ body, .container, .container-fluid {
|
|||
color: @lightbg-text;
|
||||
}
|
||||
}
|
||||
.well-sm {
|
||||
.well.well-sm {
|
||||
padding: 10px;
|
||||
}
|
||||
.well-lg {
|
||||
.well.well-lg {
|
||||
padding: 26px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user