mdb-ui-kit/less/_welljumbo.less

72 lines
1.3 KiB
Plaintext
Raw Normal View History

body, .container, .container-fluid {
2014-09-23 16:45:24 +04:00
2014-12-03 14:17:01 +03:00
.well, .well:not([class^="well well-material-"]) {
&, .form-control {
color: @lightbg-text;
}
2014-12-03 14:17:01 +03:00
.floating-label {
color: #7e7e7e;
}
.form-control {
border-bottom-color: #7e7e7e;
&::-webkit-input-placeholder {
color: #7e7e7e;
}
&::-moz-placeholder {
color: #7e7e7e;
opacity: 1;
}
&:-ms-input-placeholder {
color: #7e7e7e;
}
}
2014-12-03 14:17:01 +03:00
.option, .create {
color: @lightbg-text;
}
}
2014-12-03 14:18:34 +03:00
.well.well-sm {
2014-12-03 14:17:01 +03:00
padding: 10px;
}
2014-12-03 14:18:34 +03:00
.well.well-lg {
2014-12-03 14:17:01 +03:00
padding: 26px;
}
2014-12-03 14:17:01 +03:00
[class^="well well-material-"] {
&, .form-control, .floating-label {
color: @darkbg-text;
}
.form-control {
border-bottom-color: @darkbg-text;
&::-webkit-input-placeholder {
color: @darkbg-text;
}
&::-moz-placeholder {
color: @darkbg-text;
opacity: 1;
}
&:-ms-input-placeholder {
color: @darkbg-text;
}
}
// Rule to fix selectize plugin
.option, .create {
color: @lightbg-text;
}
}
2014-09-23 15:51:51 +04:00
2014-12-03 14:17:01 +03:00
.well, .jumbotron {
2014-09-23 16:45:24 +04:00
2014-12-03 14:17:01 +03:00
background-color: #fff;
padding: 19px;
margin-bottom: 20px;
.shadow-z-2();
border-radius: 2px;
border: 0;
p {
font-weight: 300;
2014-09-23 15:51:51 +04:00
}
2014-12-03 14:17:01 +03:00
.variations(~"", background-color, #FFF);
}
}