2015-11-05 19:56:14 +03:00
|
|
|
// This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten.
|
|
|
|
|
|
|
|
body {
|
|
|
|
background-color: $body-bg;
|
|
|
|
&.inverse {
|
|
|
|
background: #333333;
|
|
|
|
&, .form-control {
|
|
|
|
color: $darkbg-text;
|
|
|
|
}
|
|
|
|
.modal,
|
|
|
|
.panel-default,
|
|
|
|
.card {
|
|
|
|
&,
|
|
|
|
.form-control {
|
|
|
|
background-color: initial;
|
|
|
|
color: initial;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
|
2015-11-22 19:23:34 +03:00
|
|
|
font-family: $mdb-font-family;
|
2015-11-05 19:56:14 +03:00
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
|
|
|
h5, h6{
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
a, a:hover, a:focus {
|
2015-11-21 19:37:35 +03:00
|
|
|
color: $brand-primary;
|
2015-11-05 19:56:14 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
// Well and Jumbotrons
|
|
|
|
@import '_welljumbo';
|
|
|
|
|
|
|
|
// Buttons
|
|
|
|
@import '_buttons';
|
|
|
|
|
|
|
|
// Checkboxes
|
|
|
|
@import '_checkboxes';
|
|
|
|
|
|
|
|
// Toggle buttons
|
|
|
|
@import '_togglebutton';
|
|
|
|
|
|
|
|
// Radios
|
|
|
|
@import '_radios';
|
|
|
|
|
|
|
|
// Text inputs
|
|
|
|
@import '_inputs';
|
|
|
|
|
2015-11-20 19:17:12 +03:00
|
|
|
@import '_form';
|
|
|
|
|
2015-11-05 19:56:14 +03:00
|
|
|
legend {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Lists
|
|
|
|
@import '_lists';
|
|
|
|
|
|
|
|
// Navbar
|
|
|
|
@import '_navbar';
|
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
border: 0;
|
|
|
|
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
|
|
|
|
.divider {
|
|
|
|
background-color: rgba(229, 229, 229, 0.12);
|
|
|
|
}
|
|
|
|
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:56:14 +03:00
|
|
|
}
|
|
|
|
}
|
2015-11-21 19:37:35 +03:00
|
|
|
@include variations(unquote(" li a:hover"), color, $brand-primary);
|
2015-11-05 19:56:14 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
// Alerts
|
|
|
|
@import '_alerts';
|
|
|
|
|
|
|
|
// Progress bar
|
|
|
|
@import '_progress';
|
|
|
|
|
|
|
|
// Typography
|
2015-11-19 18:33:35 +03:00
|
|
|
@import '_typography';
|
2015-11-05 19:56:14 +03:00
|
|
|
|
|
|
|
@import '_tabs';
|
|
|
|
|
|
|
|
@import '_popups';
|
|
|
|
|
|
|
|
@import '_icons';
|
|
|
|
|
|
|
|
@import '_cards';
|
|
|
|
|
|
|
|
@import '_dialogs';
|
|
|
|
|
|
|
|
@import '_labels';
|
|
|
|
|
|
|
|
@import '_panels';
|
|
|
|
|
|
|
|
@import '_dividers';
|
|
|
|
|
|
|
|
// Prevent highlight on mobile
|
|
|
|
* {
|
|
|
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
|
|
|
-webkit-tap-highlight-color: transparent;
|
|
|
|
&:focus {
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// External plugins
|
|
|
|
@import '_plugin-snackbarjs';
|
|
|
|
@import '_plugin-nouislider';
|
|
|
|
@import '_plugin-selectize';
|
|
|
|
@import '_plugin-dropdownjs';
|