1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 21:53:25 +02:00

Fix CSS and improve docs

This commit is contained in:
ysds
2020-02-27 17:30:06 +02:00
committed by XhmikosR
parent e138decdbb
commit 062002d952
4 changed files with 98 additions and 102 deletions

View File

@@ -1,14 +0,0 @@
// Modal
// Maximize modal to cover viewport
@mixin modalFullscreen {
width: 100vw;
max-width: none;
height: 100vh;
margin: 0;
.modal-content {
border: 0;
@include border-radius(0);
}
}