tabs on admin dashboard
This commit is contained in:
5
node_modules/bootstrap/scss/utilities/_position.scss
generated
vendored
5
node_modules/bootstrap/scss/utilities/_position.scss
generated
vendored
@@ -1,11 +1,6 @@
|
||||
// stylelint-disable declaration-no-important
|
||||
|
||||
// Common values
|
||||
|
||||
// Sass list not in variables since it's not intended for customization.
|
||||
// stylelint-disable-next-line scss/dollar-variable-default
|
||||
$positions: static, relative, absolute, fixed, sticky;
|
||||
|
||||
@each $position in $positions {
|
||||
.position-#{$position} { position: $position !important; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user