first commit
This commit is contained in:
15
src/assets/sass/scss/bootstrap-extended/_modal.scss
Normal file
15
src/assets/sass/scss/bootstrap-extended/_modal.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
.modal-sm {
|
||||
max-width: 400px;
|
||||
}
|
||||
.modal-xs {
|
||||
max-width: 300px;
|
||||
}
|
||||
.modal-xl {
|
||||
max-width: 94%;
|
||||
margin-left: 3%;
|
||||
margin-right: 3%;
|
||||
}
|
||||
.icon-align{
|
||||
margin-top: 0.6rem;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
Reference in New Issue
Block a user