mirror of https://gitlab.com/tildes/tildes.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
422 B
24 lines
422 B
// Copyright (c) 2018 Tildes contributors <code@tildes.net>
|
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
.label {
|
|
font-size: 0.6rem;
|
|
}
|
|
|
|
.label-comment {
|
|
font-size: 0.5rem;
|
|
font-weight: bold;
|
|
color: #fff;
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
.label-topic-tag {
|
|
background-color: transparent;
|
|
margin: 0 0.4rem 0 0;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.label-topic-tag-nsfw,
|
|
.label-topic-tag-spoiler {
|
|
font-weight: bold;
|
|
}
|