webapp/src/styles/views/Topic.module.scss

38 lines
548 B
SCSS
Raw Normal View History

2022-11-07 21:07:42 +00:00
.topicPage {
.groupControls {
2022-09-09 11:53:35 +00:00
align-items: baseline;
margin-bottom: 4rem;
2022-11-18 18:33:31 +00:00
margin-top: 0;
2022-09-09 11:53:35 +00:00
}
2022-11-07 21:07:42 +00:00
.floorImportant {
2022-09-09 11:53:35 +00:00
a:hover {
background: #fff;
color: #000 !important;
}
}
.container {
padding-left: $container-padding-x;
}
.floor {
padding-left: 0;
padding-right: 0;
}
2024-10-06 17:02:24 +00:00
.modeSwitcher {
@include media-breakpoint-up(md) {
text-align: right;
}
font-size:1.5rem;
}
.modeSwitcherControl {
border-bottom: 1px dotted;
cursor: pointer;
font-weight: bold;
}
2022-09-09 11:53:35 +00:00
}