webapp/src/styles/views/Topic.module.scss
2024-10-06 20:02:24 +03:00

38 lines
548 B
SCSS

.topicPage {
.groupControls {
align-items: baseline;
margin-bottom: 4rem;
margin-top: 0;
}
.floorImportant {
a:hover {
background: #fff;
color: #000 !important;
}
}
.container {
padding-left: $container-padding-x;
}
.floor {
padding-left: 0;
padding-right: 0;
}
.modeSwitcher {
@include media-breakpoint-up(md) {
text-align: right;
}
font-size:1.5rem;
}
.modeSwitcherControl {
border-bottom: 1px dotted;
cursor: pointer;
font-weight: bold;
}
}