webapp/src/components/Views/AllAuthors/AllAuthors.module.scss

86 lines
1.2 KiB
SCSS
Raw Normal View History

.allAuthorsPage {
2022-09-09 11:53:35 +00:00
.group {
@include font-size(1.6rem);
2022-09-09 11:53:35 +00:00
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 {
margin-bottom: 2.4rem;
2022-09-09 11:53:35 +00:00
}
}
.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
.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;
}
}
}
2022-11-18 18:33:31 +00:00
.alphabet {
@include 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 {
@include font-size(1.2rem);
margin-left: 0.5em;
vertical-align: super;
}
2022-11-30 21:50:33 +00:00
.viewSwitcher {
margin-bottom: 2rem;
width: 100%;
@include media-breakpoint-down(sm) {
overflow-x: auto;
}
2022-11-30 21:50:33 +00:00
}