mdb-ui-kit/less/material.less

113 lines
1.8 KiB
Plaintext
Raw Normal View History

2014-08-18 18:25:33 +04:00
// Material Theme 0.0.1
// -----------------------------------------------------
@import "_variables.less";
@import "_mixins.less";
2014-10-05 11:32:48 +04:00
@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, .h5, .h6 {
font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
2014-08-18 18:25:33 +04:00
}
// Well and Jumbotrons
@import "_welljumbo.less";
2014-08-18 18:25:33 +04:00
// Buttons
@import "_buttons.less";
2014-08-18 18:25:33 +04:00
// Checkboxes
@import "_checkboxes.less";
2014-08-18 18:25:33 +04:00
// Radios
@import "_radios.less";
2014-08-18 18:25:33 +04:00
// Text inputs
@import "_inputs.less";
2014-08-18 18:25:33 +04:00
legend {
border-bottom: 0;
}
2014-08-18 18:25:33 +04:00
.modal-content {
.shadow-z-2();
border-radius: 0;
border: 0;
.modal-header {
border-bottom: 0;
}
.modal-footer {
border-top: 0;
.btn+.btn {
margin-bottom: 10px;
}
}
}
2014-09-07 19:10:57 +04:00
// Lists
@import "_lists.less";
2014-08-18 18:25:33 +04:00
// Navbar
@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-09-29 11:25:10 +04:00
background: rgba(0,0,0,0.08);
2014-08-18 18:25:33 +04:00
}
}
}
// Alerts
@import "_alerts.less";
2014-08-18 18:25:33 +04:00
// Progress bar
@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;
}
@import "_tabs.less";
2014-08-20 19:00:55 +04:00
@import "_popups.less";
2014-08-25 18:37:26 +04:00
@import "_icons.less";
2014-08-26 12:50:52 +04:00
2014-08-25 18:37:26 +04:00
// External plugins
@import "_plugin-snackbarjs.less";
@import "_plugin-nouislider.less";
2014-10-03 17:15:42 +04:00
@import "_plugin-selectize.less";