webapp/src/styles/AllTopics.module.scss

55 lines
807 B
SCSS
Raw Normal View History

2022-11-09 19:02:12 +00:00
.allTopicsPage {
2022-09-09 11:53:35 +00:00
.group {
font-weight: bold;
margin: 3em 0 9.6rem;
@include media-breakpoint-down(sm) {
margin-bottom: 6.4rem;
}
h2 {
margin-bottom: 3.2rem;
text-transform: capitalize;
@include media-breakpoint-down(sm) {
margin-bottom: 1.6rem;
}
}
.topic {
2022-11-14 21:58:33 +00:00
margin-bottom: 1.6rem;
2022-09-09 11:53:35 +00:00
@include media-breakpoint-down(sm) {
margin-left: 2.6rem;
}
}
}
.container {
width: auto;
2022-11-17 20:08:12 +00:00
.search-input {
display: inline-block;
width: 100px !important;
}
2022-09-09 11:53:35 +00:00
}
}
2022-11-09 19:02:12 +00:00
2022-11-11 08:58:22 +00:00
.stats {
margin-top: 2.4rem;
2022-11-09 19:02:12 +00:00
}
.loadMoreContainer {
margin-top: 48px;
text-align: center;
.loadMoreButton {
2022-11-16 21:15:01 +00:00
padding: 0.6em 3em;
2022-11-14 21:17:20 +00:00
width: 100%;
@include media-breakpoint-up(sm) {
width: auto;
}
}
}