mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Add Full-Screen size to Modal and Responsive variations for breakpoints
(Works from breakpoint and down)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
// 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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user