tabs on admin dashboard
This commit is contained in:
8
node_modules/bootstrap/scss/utilities/_sizing.scss
generated
vendored
8
node_modules/bootstrap/scss/utilities/_sizing.scss
generated
vendored
@@ -10,3 +10,11 @@
|
||||
|
||||
.mw-100 { max-width: 100% !important; }
|
||||
.mh-100 { max-height: 100% !important; }
|
||||
|
||||
// Viewport additional helpers
|
||||
|
||||
.min-vw-100 { min-width: 100vw !important; }
|
||||
.min-vh-100 { min-height: 100vh !important; }
|
||||
|
||||
.vw-100 { width: 100vw !important; }
|
||||
.vh-100 { height: 100vh !important; }
|
||||
|
||||
Reference in New Issue
Block a user