Files
agent/ui/src/components/LanguageSelect/LanguageSelect.scss
Cedric Verstraeten da1f7ab574 add translations
2022-09-20 12:44:15 +02:00

33 lines
530 B
SCSS

.MuiPopover-paper {
box-shadow: none !important;
}
.MuiListItem-button {
font-size: 14px;
line-height: 14px;
}
.MuiList-padding {
padding-top: 8px;
padding-bottom: 8px;
border-left: 2px solid #eeecec;
}
.MuiListSubheader-sticky {
line-height: 40px !important;
text-transform: uppercase;
font-size: 12px !important;
}
#language-picker {
cursor: pointer;
}
a, a:active, a:focus, a:hover {
color: inherit;
}
hr {
margin: 8px 0 0 0 !important;
padding: 4px 0 0 0 !important;
}