Cleaning and optimizing

This commit is contained in:
ICabaleiro 2020-02-06 12:53:49 +00:00
parent 672f327669
commit 6bea4868f8

View file

@ -18,28 +18,6 @@ body {
background: var(--mainBackgroundColor) !important; background: var(--mainBackgroundColor) !important;
} }
/* Top blue header */
.topHeaderBlue {
position: fixed;
width: 100%;
height: 30px;
background: #fff;
z-index: 2;
background-color: #00ABFF;
z-index: 100;
left: 0px;
}
.messageTopHeader {
position: absolute;
float: left;
left: 27px;
top: 6px;
color: #ffffff;
}
.messageTopHeader a {
color: #ffffff8f;
}
/* Dropdowns */ /* Dropdowns */
#custom-css .dropdown-menu{ #custom-css .dropdown-menu{
background-color: var(--menuBackgroundColor); background-color: var(--menuBackgroundColor);
@ -91,8 +69,7 @@ body {
justify-content: space-between; justify-content: space-between;
} }
#custom-css .sub-header-container my-menu .menu-wrapper{ #custom-css .sub-header-container my-menu .menu-wrapper{
height: calc(100vh - 55px); margin-top: 2px;
top: 52px;
} }
/* Icons && Icon hovers */ /* Icons && Icon hovers */
#custom-css a my-global-icon svg circle[stroke="#000000"], #custom-css a my-global-icon svg circle[stroke="#000000"],