mdb-ui-kit/less/material.less

110 lines
1.8 KiB
Plaintext
Raw Normal View History

2014-08-18 18:25:33 +04:00
// Material Theme 0.0.1
// -----------------------------------------------------
2014-10-18 18:17:31 +04:00
@import "_variables.less";
@import "_mixins.less";
@import "_icons-material-design.less";
@import "_animations.less";
@import "_shadows.less";
2014-08-18 18:25:33 +04:00
body {
background-color: #EEEEEE;
&.inverse {
background: #333333;
&, .form-control {
color: @darkbg-text;
}
}
2014-08-18 18:25:33 +04:00
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
}
h5, h6{
2014-10-08 16:52:08 +04:00
font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 400;
2014-10-17 14:48:38 +04:00
2014-08-18 18:25:33 +04:00
}
// Well and Jumbotrons
2014-10-18 18:17:31 +04:00
@import "_welljumbo.less";
2014-08-18 18:25:33 +04:00
// Buttons
2014-10-18 18:17:31 +04:00
@import "_buttons.less";
2014-08-18 18:25:33 +04:00
// Checkboxes
2014-10-18 18:17:31 +04:00
@import "_checkboxes.less";
2014-08-18 18:25:33 +04:00
// Radios
2014-10-18 18:17:31 +04:00
@import "_radios.less";
2014-08-18 18:25:33 +04:00
// Text inputs
2014-10-18 18:17:31 +04:00
@import "_inputs.less";
2014-08-18 18:25:33 +04:00
legend {
border-bottom: 0;
}
2014-08-18 18:25:33 +04:00
2014-09-07 19:10:57 +04:00
// Lists
2014-10-18 18:17:31 +04:00
@import "_lists.less";
2014-08-18 18:25:33 +04:00
// Navbar
2014-10-18 18:17:31 +04:00
@import "_navbar.less";
2014-08-18 18:25:33 +04:00
.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 {
2014-10-17 14:48:38 +04:00
background-color: transparent;
color: @primary;
2014-08-18 18:25:33 +04:00
}
}
2014-10-17 14:48:38 +04:00
.variations(~" li a:hover", color, @primary);
2014-08-18 18:25:33 +04:00
}
// Alerts
2014-10-18 18:17:31 +04:00
@import "_alerts.less";
2014-08-18 18:25:33 +04:00
// Progress bar
2014-10-18 18:17:31 +04:00
@import "_progress.less";
2014-08-18 18:25:33 +04:00
// Typography
.text-warning {
color: @btn-warning;
}
.text-primary {
color: @btn-primary;
}
.text-danger {
color: @btn-danger;
}
.text-success {
color: @btn-success;
}
.text-info {
color: @btn-info;
}
2014-10-18 18:17:31 +04:00
@import "_tabs.less";
2014-08-20 19:00:55 +04:00
2014-10-18 18:17:31 +04:00
@import "_popups.less";
2014-08-25 18:37:26 +04:00
2014-10-18 18:17:31 +04:00
@import "_icons.less";
2014-08-26 12:50:52 +04:00
2014-10-18 18:17:31 +04:00
@import "_cards.less";
2014-10-12 14:27:47 +04:00
2014-10-18 18:17:31 +04:00
@import "_dialogs.less";
2014-08-25 18:37:26 +04:00
// External plugins
2014-10-18 18:17:31 +04:00
@import "_plugin-snackbarjs.less";
@import "_plugin-nouislider.less";
@import "_plugin-selectize.less";