1
0
mirror of https://github.com/flarum/core.git synced 2025-08-23 00:23:25 +02:00

Initial commit

This commit is contained in:
Toby Zerner
2015-06-26 12:24:07 +09:30
commit 5ea3579f76
22 changed files with 608 additions and 0 deletions

View 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;
}
}
}