111 lines
2.6 KiB
SCSS
111 lines
2.6 KiB
SCSS
.content-color {
|
|
color: #1d1d1d !important;
|
|
}
|
|
|
|
.menu-nav-link:hover {
|
|
color: #000000!important;
|
|
}
|
|
.header-buttons.v-btn:not(.v-btn--text):not(.v-btn--outlined):focus:before {
|
|
opacity: 0 !important;
|
|
}
|
|
|
|
.header-buttons.v-btn:not(.v-btn--text):not(.v-btn--outlined):hover:before {
|
|
opacity: 0 !important;
|
|
}
|
|
.header-buttons .v-ripple__container{
|
|
opacity:0;
|
|
}
|
|
.header-menu-content.v-menu__content{
|
|
outline: none !important;
|
|
}
|
|
.meheader-category-text{
|
|
color:#111;
|
|
}
|
|
.meheader-category-text:hover{
|
|
color: #2850da;
|
|
}
|
|
.memodule-header-autocomplete.v-select.v-select--is-menu-active
|
|
.v-input__icon--append
|
|
.v-icon {
|
|
color: #2850da;
|
|
-webkit-transform: rotate(360deg) !important;
|
|
transform: rotate(360deg) !important;
|
|
}
|
|
.memodule-header-autocomplete.theme--dark.v-text-field--solo>.v-input__control>.v-input__slot {
|
|
background-color: #ffffff;
|
|
}
|
|
.memodule-header-autocomplete .v-label.theme--dark{
|
|
color:#000 !important;
|
|
}
|
|
.memodule-header-autocomplete .theme--dark.v-icon {
|
|
color: #2850da !important;
|
|
}
|
|
.memodule-header-autocomplete.theme--dark.v-input input{
|
|
color: rgba(0, 0, 0, 0.87);
|
|
}
|
|
.header-menu-content {
|
|
box-shadow: none;
|
|
}
|
|
.header-background-color{
|
|
background-color: #2C50DA !important;
|
|
box-shadow: none !important;
|
|
}
|
|
// .custom-menu:hover::after {
|
|
// content: "";
|
|
// width: 0;
|
|
// height: 0;
|
|
// position: absolute;
|
|
// bottom: -84%;
|
|
// right: 54px;
|
|
// border-width: 0 11px 11px 11px;
|
|
// border-style: solid;
|
|
// border-color: white #a5161600;
|
|
// }
|
|
//.custom-menu:hover::after {
|
|
// content: "";
|
|
// width: 0;
|
|
// height: 0;
|
|
// position: absolute;
|
|
// border-width: 0 11px 11px 11px;
|
|
// border-style: solid;
|
|
// border-color: #fff #a5161600;
|
|
// margin-top: 17px;
|
|
|
|
/* align-items: flex-start; */
|
|
|
|
// display: flex;
|
|
|
|
/* align-items: center; */
|
|
|
|
|
|
/* justify-items: center; */
|
|
|
|
|
|
/* justify-content: end;*/
|
|
|
|
//}
|
|
.me-header-search-field.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat)>.v-input__control>.v-input__slot{
|
|
height:64px;
|
|
margin-bottom: 0px !important;
|
|
}
|
|
.me-header-search-field.v-text-field.v-text-field--enclosed .v-text-field__details {
|
|
display: none;
|
|
margin-bottom: 0px !important;
|
|
}
|
|
.me-header-search-field.theme--dark.v-text-field--solo>.v-input__control>.v-input__slot {
|
|
background-color: #fff;
|
|
}
|
|
.me-header-search-field.theme--dark.v-input input{
|
|
color: #1d1d1d;
|
|
}
|
|
.me-header-search-field .theme--dark.v-icon {
|
|
color: #2850da;
|
|
}
|
|
.me-header-search-field .theme--dark.v-label {
|
|
color:#1d1d1d;
|
|
}
|
|
.v-menu__content,.v-list{
|
|
border-radius: 0px !important;
|
|
top: 64px !important;
|
|
}
|