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

106 lines
1.5 KiB
SCSS
Raw Normal View History

2024-07-09 10:35:57 +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 10:35:57 +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;
2024-07-09 10:35:57 +00:00
}
2022-09-09 11:53:35 +00:00
2024-07-09 10:35:57 +00:00
.topic {
margin-bottom: 2.4rem;
2022-09-09 11:53:35 +00:00
}
2024-07-09 10:35:57 +00:00
}
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-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 {
@include media-breakpoint-down(sm) {
overflow-x: auto;
}
2024-07-12 13:19:49 +00:00
margin-bottom: 2rem;
width: 100%;
2022-11-30 21:50:33 +00:00
}
2024-10-02 20:12:14 +00:00
.AuthorsList {
.action {
display: flex;
align-items: center;
justify-content: center;
min-height: 8rem;
}
.loading {
2024-10-03 09:01:44 +00:00
font-size:1.4rem;
2024-10-02 20:12:14 +00:00
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
width: 100%;
flex-direction: row;
opacity: 0.5;
.icon {
position: relative;
width: 18px;
height: 18px;
}
}
}