webapp/src/styles/Topic.module.scss

24 lines
330 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;
margin-top: 7rem;
}
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;
}
}