webapp/src/styles/Topic.scss

24 lines
335 B
SCSS
Raw Normal View History

2022-09-09 11:53:35 +00:00
.topic-page {
.group__controls {
align-items: baseline;
margin-bottom: 4rem;
margin-top: 7rem;
}
.floor--important {
a:hover {
background: #fff;
color: #000 !important;
}
}
.container {
padding-left: $container-padding-x;
}
.floor {
padding-left: 0;
padding-right: 0;
}
}