mirror of
https://github.com/flarum/core.git
synced 2025-08-23 00:23:25 +02:00
Initial commit
This commit is contained in:
29
extensions/subscriptions/less/extension.less
Normal file
29
extensions/subscriptions/less/extension.less
Normal file
@@ -0,0 +1,29 @@
|
||||
.badge-follow {
|
||||
background: #fc0;
|
||||
}
|
||||
.badge-ignore {
|
||||
background: #aaa;
|
||||
}
|
||||
.btn-subscription-follow {
|
||||
.button-variant(#de8e00, #fff2ae, #fff2ae);
|
||||
}
|
||||
.subscription-menu .dropdown-menu {
|
||||
min-width: 260px;
|
||||
}
|
||||
.subscription-menu-item {
|
||||
& .label {
|
||||
padding-left: 25px;
|
||||
display: block;
|
||||
white-space: normal;
|
||||
|
||||
& strong {
|
||||
display: block;
|
||||
}
|
||||
& .description {
|
||||
display: block;
|
||||
color: @fl-body-muted-color;
|
||||
font-size: 12px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user