mirror of
https://github.com/elpamplina/mastodon-threading.git
synced 2026-07-22 05:35:49 +00:00
25 lines
350 B
CSS
25 lines
350 B
CSS
.separator {
|
|
width: 100%;
|
|
text-align: center;
|
|
border-bottom: 1px solid #ccc;
|
|
overflow: inherit;
|
|
margin: 0 0 30px;
|
|
font-size: 16px;
|
|
color: #222222;
|
|
}
|
|
|
|
.separator span {
|
|
background: #ccc;
|
|
padding: 0 5px 0 5px;
|
|
position: relative;
|
|
top: 10px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.separator.warning span {
|
|
background: red;
|
|
}
|
|
|
|
span.warning {
|
|
color: red;
|
|
}
|