Body Schemas

This commit is contained in:
2019-09-21 14:29:12 +02:00
parent 4da07fa4e1
commit 675597bfd6
15 changed files with 81 additions and 5 deletions

View File

@@ -39,4 +39,16 @@ $font-family-base: $font_para;
.form-control:focus {
box-shadow: none;
}
a.btn {
cursor: pointer;
}
.popover {
max-width: 100%;
}
.modal-fl {
max-width: calc(100% - 3.5rem);
}