mdb-ui-kit/less/material.less

113 lines
1.8 KiB
Plaintext
Raw Normal View History

2014-08-20 19:00:55 +04:00
// out: ../css-compiled/material.css
2014-08-18 18:25:33 +04:00
// Material Theme 0.0.1
// -----------------------------------------------------
@import "variables.less";
@import "mixins.less";
@import "prefixer.less";
2014-08-18 18:25:33 +04:00
@import "animations.less";
@import "shadows.less";
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", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
// Well and Jumbotrons
@import "welljumbo.less";
2014-08-18 18:25:33 +04:00
// Buttons
@import "buttons.less";
// Checkboxes
@import "checkboxes.less";
// Radios
@import "radios.less";
// Text inputs
@import "inputs.less";
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";
.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";
// Progress bar
@import "progress.less";
// 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
2014-08-26 12:50:52 +04:00
@import "icons.less";
2014-08-25 18:37:26 +04:00
// External plugins
@import "plugin-snackbarjs.less";
@import "plugin-nouislider.less";