mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-23 01:57:06 +03:00
fix for #42
This commit is contained in:
parent
2c10288e4b
commit
a54e9ca7e6
16
dist/css/material-wfont.css
vendored
16
dist/css/material-wfont.css
vendored
|
@ -1564,6 +1564,22 @@ h6,
|
||||||
.h6 {
|
.h6 {
|
||||||
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
body .well.well-sm,
|
||||||
|
.container .well.well-sm,
|
||||||
|
.container-fluid .well.well-sm,
|
||||||
|
body .well:not([class^="well well-material-"]).well-sm,
|
||||||
|
.container .well:not([class^="well well-material-"]).well-sm,
|
||||||
|
.container-fluid .well:not([class^="well well-material-"]).well-sm {
|
||||||
|
padding: 9px;
|
||||||
|
}
|
||||||
|
body .well.well-lg,
|
||||||
|
.container .well.well-lg,
|
||||||
|
.container-fluid .well.well-lg,
|
||||||
|
body .well:not([class^="well well-material-"]).well-lg,
|
||||||
|
.container .well:not([class^="well well-material-"]).well-lg,
|
||||||
|
.container-fluid .well:not([class^="well well-material-"]).well-lg {
|
||||||
|
padding: 24px;
|
||||||
|
}
|
||||||
body .well,
|
body .well,
|
||||||
.container .well,
|
.container .well,
|
||||||
.container-fluid .well,
|
.container-fluid .well,
|
||||||
|
|
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
16
dist/css/material.css
vendored
16
dist/css/material.css
vendored
|
@ -1563,6 +1563,22 @@ h6,
|
||||||
.h6 {
|
.h6 {
|
||||||
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
body .well.well-sm,
|
||||||
|
.container .well.well-sm,
|
||||||
|
.container-fluid .well.well-sm,
|
||||||
|
body .well:not([class^="well well-material-"]).well-sm,
|
||||||
|
.container .well:not([class^="well well-material-"]).well-sm,
|
||||||
|
.container-fluid .well:not([class^="well well-material-"]).well-sm {
|
||||||
|
padding: 9px;
|
||||||
|
}
|
||||||
|
body .well.well-lg,
|
||||||
|
.container .well.well-lg,
|
||||||
|
.container-fluid .well.well-lg,
|
||||||
|
body .well:not([class^="well well-material-"]).well-lg,
|
||||||
|
.container .well:not([class^="well well-material-"]).well-lg,
|
||||||
|
.container-fluid .well:not([class^="well well-material-"]).well-lg {
|
||||||
|
padding: 24px;
|
||||||
|
}
|
||||||
body .well,
|
body .well,
|
||||||
.container .well,
|
.container .well,
|
||||||
.container-fluid .well,
|
.container-fluid .well,
|
||||||
|
|
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
|
@ -2,6 +2,13 @@
|
||||||
body, .container, .container-fluid {
|
body, .container, .container-fluid {
|
||||||
|
|
||||||
.well, .well:not([class^="well well-material-"]) {
|
.well, .well:not([class^="well well-material-"]) {
|
||||||
|
|
||||||
|
&.well-sm {
|
||||||
|
padding: 9px;
|
||||||
|
}
|
||||||
|
&.well-lg {
|
||||||
|
padding: 24px;
|
||||||
|
}
|
||||||
&, .form-control {
|
&, .form-control {
|
||||||
color: @lightbg-text;
|
color: @lightbg-text;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1564,6 +1564,22 @@ h6,
|
||||||
.h6 {
|
.h6 {
|
||||||
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
body .well.well-sm,
|
||||||
|
.container .well.well-sm,
|
||||||
|
.container-fluid .well.well-sm,
|
||||||
|
body .well:not([class^="well well-material-"]).well-sm,
|
||||||
|
.container .well:not([class^="well well-material-"]).well-sm,
|
||||||
|
.container-fluid .well:not([class^="well well-material-"]).well-sm {
|
||||||
|
padding: 9px;
|
||||||
|
}
|
||||||
|
body .well.well-lg,
|
||||||
|
.container .well.well-lg,
|
||||||
|
.container-fluid .well.well-lg,
|
||||||
|
body .well:not([class^="well well-material-"]).well-lg,
|
||||||
|
.container .well:not([class^="well well-material-"]).well-lg,
|
||||||
|
.container-fluid .well:not([class^="well well-material-"]).well-lg {
|
||||||
|
padding: 24px;
|
||||||
|
}
|
||||||
body .well,
|
body .well,
|
||||||
.container .well,
|
.container .well,
|
||||||
.container-fluid .well,
|
.container-fluid .well,
|
||||||
|
|
2
template/material/css/material-wfont.min.css
vendored
2
template/material/css/material-wfont.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -1563,6 +1563,22 @@ h6,
|
||||||
.h6 {
|
.h6 {
|
||||||
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
body .well.well-sm,
|
||||||
|
.container .well.well-sm,
|
||||||
|
.container-fluid .well.well-sm,
|
||||||
|
body .well:not([class^="well well-material-"]).well-sm,
|
||||||
|
.container .well:not([class^="well well-material-"]).well-sm,
|
||||||
|
.container-fluid .well:not([class^="well well-material-"]).well-sm {
|
||||||
|
padding: 9px;
|
||||||
|
}
|
||||||
|
body .well.well-lg,
|
||||||
|
.container .well.well-lg,
|
||||||
|
.container-fluid .well.well-lg,
|
||||||
|
body .well:not([class^="well well-material-"]).well-lg,
|
||||||
|
.container .well:not([class^="well well-material-"]).well-lg,
|
||||||
|
.container-fluid .well:not([class^="well well-material-"]).well-lg {
|
||||||
|
padding: 24px;
|
||||||
|
}
|
||||||
body .well,
|
body .well,
|
||||||
.container .well,
|
.container .well,
|
||||||
.container-fluid .well,
|
.container-fluid .well,
|
||||||
|
|
2
template/material/css/material.min.css
vendored
2
template/material/css/material.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user