2023-10-18 10:56:41 +00:00
|
|
|
.allAuthorsPage {
|
2022-09-09 11:53:35 +00:00
|
|
|
.group {
|
2022-11-19 13:04:42 +00:00
|
|
|
@include font-size(1.6rem);
|
2023-06-16 14:47:24 +00:00
|
|
|
|
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 {
|
2022-11-19 13:04:42 +00:00
|
|
|
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
|
|
|
|
2022-11-13 19:35:57 +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-13 19:35:57 +00:00
|
|
|
}
|
|
|
|
}
|
2022-11-18 18:33:31 +00:00
|
|
|
|
|
|
|
.alphabet {
|
2023-06-16 14:47:24 +00:00
|
|
|
@include font-size(1.5rem);
|
2023-10-18 10:56:41 +00:00
|
|
|
|
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
|
|
|
}
|
|
|
|
}
|
2022-11-19 13:04:42 +00:00
|
|
|
|
|
|
|
.articlesCounter {
|
|
|
|
@include font-size(1.2rem);
|
2023-10-18 10:56:41 +00:00
|
|
|
|
2022-11-19 13:04:42 +00:00
|
|
|
margin-left: 0.5em;
|
|
|
|
vertical-align: super;
|
|
|
|
}
|
2022-11-30 21:50:33 +00:00
|
|
|
|
|
|
|
.viewSwitcher {
|
|
|
|
margin-bottom: 2rem;
|
2023-12-29 06:39:16 +00:00
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
@include media-breakpoint-down(sm) {
|
|
|
|
overflow-x: auto;
|
|
|
|
}
|
2022-11-30 21:50:33 +00:00
|
|
|
}
|
2024-02-22 07:29:52 +00:00
|
|
|
|
|
|
|
|