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