webapp/src/components/Author/Full.scss

21 lines
270 B
SCSS
Raw Normal View History

2022-09-09 11:53:35 +00:00
.user-details {
2022-11-23 20:47:06 +00:00
margin-bottom: 5.4rem;
2022-09-09 11:53:35 +00:00
}
.author-page {
.view-switcher {
@include font-size(1.5rem);
2022-11-23 20:47:06 +00:00
margin-top: 0;
2022-09-09 11:53:35 +00:00
button {
font-size: 100%;
}
}
.group__controls {
margin-bottom: 2em !important;
margin-top: 0 !important;
}
}