Body Schemas
This commit is contained in:
@@ -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);
|
||||
}
|
||||
@@ -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);}
|
||||
|
||||
|
||||
@@ -149,6 +149,10 @@ a.button:active {
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
|
||||
.popover {
|
||||
z-index: 1040;
|
||||
}
|
||||
}
|
||||
|
||||
/* Search bar */
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user