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
+12
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);
}
+1
View File
@@ -35,6 +35,7 @@ $fa-css-prefix: fa;
//Menu
.#{$fa-css-prefix}-search:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-search); }
.#{$fa-css-prefix}-body:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-child); }
.#{$fa-css-prefix}-home:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-home); }
.#{$fa-css-prefix}-logoff:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-sign-out-alt);}
+4
View File
@@ -149,6 +149,10 @@ a.button:active {
top: 50%;
transform: translateY(-50%);
}
.popover {
z-index: 1040;
}
}
/* Search bar */
+3 -3
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
File diff suppressed because one or more lines are too long