retailer-vue/src/components/layout/Layout.scss

50 lines
1.2 KiB
SCSS

.background-transparent {
background: transparent !important;
}
.mobile-header-list :before {
// display: none;
color: #fff;
}
.mobile-header-list-subcategory :before {
color: #fff;
}
.active-menu-nav-link {
color: #000000!important;
}
.active-menu-nav-link.mobile-header-list :before {
color: #000000;
}
.active-menu-nav-link.mobile-header-list-subcategory :before {
color: #000000!important;
}
.active-menu-nav-link .mobile-header-list-subcategory :before {
color: #fff;
}
.mobile-header-autocomplete .v-input__control.v-select__slot.v-input__append-inner {
display: none !important;
}
.page-height{
height: calc(100vh - 50px);
}
.mobile-header-search-field.theme--light.v-text-field--solo>.v-input__control>.v-input__slot {
background-color: transparent !important;
}
.mobile-header-search-field.theme--light.v-input input{
color:#fff;
}
.mobile-header-search-field.theme--light.v-text-field>.v-input__control>.v-input__slot:before{
border-color: #fff;
}
.mobile-header-search-field.theme--light.v-text-field:not(.v-input--has-state):hover>.v-input__control>.v-input__slot:before {
border-color: #fff;
}
.mobile-header-search-field .v-text-field__details{
display: none;
}