2015-11-05 19:53:58 +03:00
|
|
|
body {
|
|
|
|
background-color: @body-bg;
|
|
|
|
&.inverse {
|
|
|
|
background: #333333;
|
|
|
|
&, .form-control {
|
2015-11-24 02:43:41 +03:00
|
|
|
color: @mdb-text-color-light;
|
2015-11-05 19:53:58 +03:00
|
|
|
}
|
|
|
|
.modal,
|
|
|
|
.panel-default,
|
|
|
|
.card {
|
|
|
|
&,
|
|
|
|
.form-control {
|
|
|
|
background-color: initial;
|
|
|
|
color: initial;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
|
2015-11-30 22:04:32 +03:00
|
|
|
font-family: @font-family-sans-serif;
|
|
|
|
font-weight: 300;
|
2015-11-05 19:53:58 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
h5, h6{
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
a, a:hover, a:focus {
|
2015-12-13 21:45:41 +03:00
|
|
|
color: @link-color;
|
2015-11-24 02:43:41 +03:00
|
|
|
|
|
|
|
& .material-icons {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2015-11-05 19:53:58 +03:00
|
|
|
}
|
|
|
|
|
2015-12-09 20:24:09 +03:00
|
|
|
@import "_form.less";
|
2015-11-05 19:53:58 +03:00
|
|
|
@import "_welljumbo.less";
|
|
|
|
@import "_buttons.less";
|
|
|
|
@import "_checkboxes.less";
|
|
|
|
@import "_togglebutton.less";
|
|
|
|
@import "_radios.less";
|
|
|
|
@import "_inputs.less";
|
|
|
|
|
|
|
|
legend {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
@import "_lists.less";
|
|
|
|
@import "_navbar.less";
|
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
border: 0;
|
|
|
|
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
|
|
|
|
.divider {
|
2016-01-19 22:58:35 +03:00
|
|
|
background-color: rgba(0, 0, 0, .12);
|
2015-11-05 19:53:58 +03:00
|
|
|
}
|
|
|
|
li {
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
a:hover {
|
|
|
|
background-color: transparent;
|
2015-11-21 19:37:35 +03:00
|
|
|
color: @brand-primary;
|
2015-11-05 19:53:58 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@import "_alerts.less";
|
|
|
|
@import "_progress.less";
|
2015-11-19 18:30:22 +03:00
|
|
|
@import "_typography.less";
|
2015-11-05 19:53:58 +03:00
|
|
|
@import "_tabs.less";
|
|
|
|
@import "_popups.less";
|
|
|
|
@import "_cards.less";
|
|
|
|
@import "_dialogs.less";
|
|
|
|
@import "_panels.less";
|
|
|
|
@import "_dividers.less";
|
|
|
|
|
|
|
|
// Prevent highlight on mobile
|
|
|
|
* {
|
|
|
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
|
|
|
-webkit-tap-highlight-color: transparent;
|
|
|
|
&:focus {
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2015-11-24 23:13:29 +03:00
|
|
|
@import "_themes.less";
|
|
|
|
|
2015-11-05 19:53:58 +03:00
|
|
|
// External plugins
|
2015-11-24 02:43:41 +03:00
|
|
|
@import "_plugins.less";
|