mirror of
https://github.com/kerberos-io/agent.git
synced 2026-09-20 12:46:52 +00:00
33 lines
530 B
SCSS
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;
|
|
} |