owncast/web/components/common/UserDropdown/UserDropdown.module.scss

35 lines
453 B
SCSS
Raw Normal View History

2023-06-21 05:56:37 +02:00
@import '../../../styles/mixins';
.root {
button {
border: none;
2023-06-21 05:56:37 +02:00
.ant-space {
.ant-space-item {
color: var(--theme-unknown-2);
}
}
}
.username {
display: inline;
@include screen(desktop) {
font-weight: 600;
font-size: 0.8rem;
}
}
.hideTitleOnMobile {
@include screen(mobile) {
display: none;
}
}
}
.chatToggle {
@include screen(tablet) {
display: none;
}
}