2023-08-27 21:21:40 +00:00
|
|
|
.authorPage {
|
|
|
|
:global(.view-switcher) {
|
|
|
|
margin-top: 0;
|
|
|
|
|
|
|
|
button {
|
|
|
|
font-size: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.groupControls {
|
|
|
|
margin-bottom: 2em !important;
|
|
|
|
margin-top: 0 !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-01-20 04:40:55 +00:00
|
|
|
.ratingContainer {
|
|
|
|
@include font-size(1.5rem);
|
2023-03-23 22:05:23 +00:00
|
|
|
display: inline-flex;
|
2023-01-20 04:40:55 +00:00
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ratingControl {
|
|
|
|
@include font-size(1.5rem);
|
|
|
|
display: inline-flex;
|
|
|
|
margin-left: 1em;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.additionalControls {
|
|
|
|
white-space: nowrap;
|
|
|
|
|
|
|
|
@include media-breakpoint-up(md) {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-05-17 10:41:50 +00:00
|
|
|
.loadingWrapper {
|
|
|
|
position: relative;
|
|
|
|
min-height: 40vh;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
}
|
2023-05-17 20:27:24 +00:00
|
|
|
|
|
|
|
.subscriptions {
|
|
|
|
margin-top: -2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.authorContainer {
|
|
|
|
margin-top: 3.2rem;
|
|
|
|
}
|
2023-05-17 21:10:15 +00:00
|
|
|
|
|
|
|
.comment {
|
|
|
|
background: #efefef;
|
|
|
|
}
|