Conflicts: src/components/Views/AllAuthors.tsx src/components/Views/AllTopics.tsx
74 lines
1.0 KiB
SCSS
74 lines
1.0 KiB
SCSS
.allTopicsPage {
|
|
.group {
|
|
@include font-size(1.6rem);
|
|
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;
|
|
}
|
|
}
|
|
|
|
.container {
|
|
width: auto;
|
|
|
|
.search-input {
|
|
display: inline-block;
|
|
width: 100px !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.stats {
|
|
margin-top: 2.4rem;
|
|
}
|
|
|
|
.loadMoreContainer {
|
|
margin-top: 48px;
|
|
text-align: center;
|
|
|
|
.loadMoreButton {
|
|
padding: 0.6em 3em;
|
|
width: 100%;
|
|
|
|
@include media-breakpoint-up(sm) {
|
|
width: auto;
|
|
}
|
|
}
|
|
}
|
|
|
|
.alphabet {
|
|
color: rgba(0, 0, 0, 0.2);
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
font-weight: 700;
|
|
margin: 1.5em -3% 0 0;
|
|
|
|
@include font-size(1.5rem);
|
|
|
|
li {
|
|
min-width: 1.5em;
|
|
margin-right: 3%;
|
|
color: gray;
|
|
}
|
|
}
|
|
|
|
.articlesCounter {
|
|
@include font-size(1.2rem);
|
|
|
|
margin-left: 0.5em;
|
|
vertical-align: super;
|
|
}
|