1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 20:15:26 +02:00

Move Add Section wizard to new UI framework

This commit is contained in:
Harvey Kandola 2018-12-21 12:49:55 +00:00
parent 60d2ef57bb
commit 60f8cb7b5b
5 changed files with 102 additions and 122 deletions

View file

@ -93,9 +93,6 @@ $link-hover-decoration: none;
// Optional
@import "node_modules/bootstrap/scss/reboot";
// @import "node_modules/bootstrap/scss/grid";
// @import "node_modules/bootstrap/scss/buttons";
// @import "node_modules/bootstrap/scss/button-group";
@import "node_modules/bootstrap/scss/forms";
@import "node_modules/bootstrap/scss/custom-forms";
@import "node_modules/bootstrap/scss/input-group";
@ -107,6 +104,19 @@ $link-hover-decoration: none;
.modal-80 {
max-width: 80% !important;
}
.modal-70 {
max-width: 70% !important;
}
.modal-60 {
max-width: 60% !important;
}
.modal-50 {
max-width: 50% !important;
}
.modal-backdrop {
z-index: 1041;
}
body.modal-open {
padding-right: 0 !important;
@ -130,15 +140,3 @@ body.modal-open {
}
}
.btn {
text-transform: uppercase;
font-weight: 600;
}
// Bootstrap override that removes gutter space on smaller screens
// @media (max-width: 1200px) {
// .container {
// width: 100%;
// max-width: none;
// }
// }