mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-01-30 19:24:10 +03:00
fixed color on normal wells.
This commit is contained in:
parent
1a03c0318e
commit
bf95587330
|
@ -1684,6 +1684,7 @@ body .well,
|
|||
body .jumbotron,
|
||||
.container .jumbotron,
|
||||
.container-fluid .jumbotron {
|
||||
color: rgba(0, 0, 0, 0.84);
|
||||
background-color: #fff;
|
||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
||||
border-radius: 2px;
|
||||
|
@ -1890,7 +1891,7 @@ body .jumbotron-material-lightgrey,
|
|||
body [class^="well well-material"],
|
||||
.container [class^="well well-material"],
|
||||
.container-fluid [class^="well well-material"] {
|
||||
color: #FFF;
|
||||
color: rgba(255, 255, 255, 0.84);
|
||||
}
|
||||
.modal-content {
|
||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
||||
|
|
|
@ -1683,6 +1683,7 @@ body .well,
|
|||
body .jumbotron,
|
||||
.container .jumbotron,
|
||||
.container-fluid .jumbotron {
|
||||
color: rgba(0, 0, 0, 0.84);
|
||||
background-color: #fff;
|
||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
||||
border-radius: 2px;
|
||||
|
@ -1889,7 +1890,7 @@ body .jumbotron-material-lightgrey,
|
|||
body [class^="well well-material"],
|
||||
.container [class^="well well-material"],
|
||||
.container-fluid [class^="well well-material"] {
|
||||
color: #FFF;
|
||||
color: rgba(255, 255, 255, 0.84);
|
||||
}
|
||||
.modal-content {
|
||||
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
|
||||
|
|
|
@ -40,6 +40,7 @@ legend {
|
|||
|
||||
body, .container, .container-fluid {
|
||||
.well, .jumbotron {
|
||||
color: @lightbg-text;
|
||||
background-color: #fff;
|
||||
.shadow-z-2();
|
||||
border-radius: 2px;
|
||||
|
@ -50,7 +51,7 @@ body, .container, .container-fluid {
|
|||
.variations(~"", background-color, #FFF);
|
||||
}
|
||||
[class^="well well-material"] {
|
||||
color: #FFF;
|
||||
color: @darkbg-text;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user