mdb-ui-kit/scss/includes/_scaffolding.scss
2015-11-30 11:15:59 -06:00

41 lines
742 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,
// .panel-default,
// .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;
}
}