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

75 lines
1013 B
SCSS
Raw Normal View History

2024-07-09 09:56:56 +00:00
.group {
@include media-breakpoint-down(sm) {
margin-bottom: 6.4rem;
}
2022-09-09 11:53:35 +00:00
2024-10-03 09:01:44 +00:00
font-size:1.6rem;
2024-07-12 13:19:49 +00:00
margin: 3em 0 9.6rem;
2022-09-09 11:53:35 +00:00
2024-07-12 13:19:49 +00:00
h2 {
2024-07-09 09:56:56 +00:00
@include media-breakpoint-down(sm) {
margin-bottom: 1.6rem;
2022-09-09 11:53:35 +00:00
}
2024-07-12 13:19:49 +00:00
margin-bottom: 3.2rem;
text-transform: capitalize;
2022-09-09 11:53:35 +00:00
}
2024-07-09 09:56:56 +00:00
}
2022-09-09 11:53:35 +00:00
2024-07-09 09:56:56 +00:00
.topicTitle {
margin-bottom: 2.4rem;
}
2022-11-17 20:08:12 +00:00
2024-07-09 09:56:56 +00:00
.container {
width: auto;
.search-input {
display: inline-block;
width: 100px !important;
2022-09-09 11:53:35 +00:00
}
}
2022-11-09 19:02:12 +00:00
2024-07-09 09:56:56 +00:00
.loadMoreContainer {
margin-top: 48px;
text-align: center;
.loadMoreButton {
2022-11-14 21:17:20 +00:00
@include media-breakpoint-up(sm) {
width: auto;
}
2024-07-12 13:19:49 +00:00
padding: 0.6em 3em;
width: 100%;
}
}
2022-11-18 18:33:31 +00:00
.alphabet {
2024-10-03 09:01:44 +00:00
font-size:1.5rem;
2022-11-21 00:26:20 +00:00
color: rgba(0 0 0 / 20%);
2022-11-18 18:33:31 +00:00
display: flex;
flex-wrap: wrap;
font-weight: 700;
2023-05-22 22:01:04 +00:00
margin: 1.5em -3% 0 0;
2022-11-18 18:33:31 +00:00
li {
min-width: 1.5em;
margin-right: 3%;
2023-07-18 21:50:27 +00:00
color: rgb(0 0 0 / 30%);
}
a {
border: none;
2022-11-18 18:33:31 +00:00
}
}
.articlesCounter {
2024-10-03 09:01:44 +00:00
font-size:1.2rem;
margin-left: 0.5em;
vertical-align: super;
}
2022-11-30 21:50:33 +00:00
.viewSwitcher {
margin-bottom: 2rem;
}