You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
472 B

// This file is for additional SCSS rules beyond what are in _variables.scss.
// Image path example:
$imagePath: "../images/";
// body {
// background-image: url('#{$imagePath}bg.jpg');
// }
// Improve color contrast for readability
.alert-info,
.alert-success,
.alert-danger {
color: #fff;
.alert-link {
color: #fff;
}
}
//
button.dropdown-toggle + .dropdown-menu .btn.dropdown-item {
border-radius: 0;
background-color: transparent; }