2018-01-31 10:47:36 -06:00
|
|
|
@import '_variables';
|
|
|
|
@import '_mixins';
|
|
|
|
|
2018-06-27 07:21:03 -05:00
|
|
|
.about-instance-title {
|
2019-01-10 04:12:41 -06:00
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
|
2019-08-23 08:23:27 -05:00
|
|
|
.title {
|
2019-01-10 04:12:41 -06:00
|
|
|
font-size: 20px;
|
2019-08-23 08:23:27 -05:00
|
|
|
font-weight: $font-semibold;
|
2019-01-10 04:12:41 -06:00
|
|
|
}
|
|
|
|
|
2019-08-23 08:23:27 -05:00
|
|
|
.contact-admin {
|
2019-01-10 04:12:41 -06:00
|
|
|
@include peertube-button;
|
|
|
|
@include orange-button;
|
2019-04-25 03:14:35 -05:00
|
|
|
|
|
|
|
height: fit-content;
|
2019-01-10 04:12:41 -06:00
|
|
|
}
|
2018-06-27 07:21:03 -05:00
|
|
|
}
|
|
|
|
|
2019-08-28 03:22:01 -05:00
|
|
|
.instance-badges {
|
|
|
|
font-size: 16px;
|
2021-01-20 03:45:48 -06:00
|
|
|
margin-bottom: 20px;
|
2019-08-28 03:22:01 -05:00
|
|
|
|
|
|
|
.badge {
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: $font-semibold;
|
|
|
|
margin-right: 5px;
|
|
|
|
|
|
|
|
&.category {
|
2020-06-09 02:33:28 -05:00
|
|
|
background-color: pvar(--mainColor);
|
2019-08-28 03:22:01 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-01-31 10:47:36 -06:00
|
|
|
.section-title {
|
|
|
|
font-weight: $font-semibold;
|
2019-08-23 08:23:27 -05:00
|
|
|
font-size: 16px;
|
2018-01-31 10:47:36 -06:00
|
|
|
margin-bottom: 5px;
|
2019-08-23 08:23:27 -05:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.middle-title {
|
|
|
|
@include in-content-small-title;
|
|
|
|
|
2020-11-17 07:04:44 -06:00
|
|
|
margin-top: 0;
|
2019-08-23 08:23:27 -05:00
|
|
|
margin-bottom: 25px;
|
2018-01-31 10:47:36 -06:00
|
|
|
}
|
|
|
|
|
2019-08-23 08:23:27 -05:00
|
|
|
.block {
|
2020-11-17 07:04:44 -06:00
|
|
|
margin-bottom: 75px;
|
2019-08-27 03:18:49 -05:00
|
|
|
font-size: 15px;
|
2018-01-31 10:47:36 -06:00
|
|
|
}
|
2019-02-21 08:44:12 -06:00
|
|
|
|
|
|
|
.short-description .dedicated-to-nsfw {
|
|
|
|
margin-top: 20px;
|
|
|
|
font-weight: $font-semibold;
|
|
|
|
}
|
2020-08-10 18:47:45 -05:00
|
|
|
|
|
|
|
.anchor-link {
|
|
|
|
@include disable-outline;
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
|
|
|
|
&:hover, &:active {
|
|
|
|
&::after {
|
|
|
|
content: '#';
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 0.2em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.middle-title, .section-title {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section-title {
|
2020-12-14 02:30:53 -06:00
|
|
|
color: var(--mainForegroundColor);
|
2020-08-10 18:47:45 -05:00
|
|
|
}
|
|
|
|
}
|