mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-06 02:10:08 +08:00
38 lines
565 B
SCSS
38 lines
565 B
SCSS
.admin-detail #patreon {
|
|
.new-filter input.channel {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.select2-container-multi .select2-choices {
|
|
border: 1px solid #e9e9e9;
|
|
}
|
|
|
|
h1 {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.error {
|
|
color: #f55959;
|
|
}
|
|
|
|
.last_synced {
|
|
margin-left: 5px;
|
|
}
|
|
}
|
|
|
|
.badge-card.patreon .badge-contents .badge-icon img {
|
|
max-width: 48px;
|
|
}
|
|
|
|
.patreon-donation-prompt {
|
|
clear: both;
|
|
padding: 15px;
|
|
border-radius: 3px;
|
|
background-color: var(--tertiary-low);
|
|
box-sizing: border-box;
|
|
margin: 15px 0;
|
|
|
|
span.close {
|
|
float: right;
|
|
}
|
|
}
|