HTMLテンプレートやBootstrapを追加
This commit is contained in:
17
app/assets/scss/material-dashboard/_alert.scss
Normal file
17
app/assets/scss/material-dashboard/_alert.scss
Normal file
@@ -0,0 +1,17 @@
|
||||
@each $state, $value in $theme-gradient-colors {
|
||||
.alert-#{$state} {
|
||||
@include gradient-directional(nth($value, 1) 0%, nth($value, -1) 100%, $deg: 195deg);
|
||||
}
|
||||
}
|
||||
|
||||
.btn-close {
|
||||
&:focus {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
|
||||
.alert-dismissible {
|
||||
.btn-close {
|
||||
background-image: none;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user