mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-24 02:24:09 +03:00
40 lines
734 B
SCSS
40 lines
734 B
SCSS
body {
|
|
// Not sure we need this now that we are customizing bootstrap
|
|
|
|
|
|
// background-color: $body-bg;
|
|
// &.inverse {
|
|
// background: #333333;
|
|
// &, .form-control {
|
|
// color: $mdb-text-color-light;
|
|
// }
|
|
// .modal,
|
|
// .card {
|
|
// &,
|
|
// .form-control {
|
|
// background-color: initial;
|
|
// color: initial;
|
|
// }
|
|
// }
|
|
//
|
|
// }
|
|
//}
|
|
//
|
|
//
|
|
//a, a:hover, a:focus {
|
|
// color: $brand-primary;
|
|
//
|
|
// & .material-icons {
|
|
// vertical-align: middle;
|
|
// }
|
|
}
|
|
|
|
//// Prevent highlight on mobile
|
|
//* {
|
|
// -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
|
// -webkit-tap-highlight-color: transparent;
|
|
// &:focus {
|
|
// outline: 0;
|
|
// }
|
|
//}
|