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

24 lines
327 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;
}
}