HTMLテンプレートやBootstrapを追加
This commit is contained in:
11
app/assets/scss/material-dashboard/_utilities-extend.scss
Normal file
11
app/assets/scss/material-dashboard/_utilities-extend.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
@each $name, $value in $max-width-dim{
|
||||
.max-width-#{$name} {
|
||||
max-width: $value !important;
|
||||
}
|
||||
}
|
||||
|
||||
@each $name, $value in $width-dim{
|
||||
.width-#{$name} {
|
||||
width: $value !important;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user