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

New look for discussion reply/unread count

Also decrease the max page width by 100px
This commit is contained in:
Toby Zerner
2015-07-05 13:52:46 +09:30
parent 7cf0fefbbe
commit b72533d9a0
4 changed files with 47 additions and 28 deletions

View File

@@ -69,9 +69,9 @@
& .label, & .icon-caret {
display: none;
}
& .fa-ellipsis-v {
font-size: 17px;
vertical-align: middle;
& .icon {
font-size: 16px;
vertical-align: -1px;
}
@media @phone {

View File

@@ -22,7 +22,7 @@
@fl-body-bg: #fff;
@fl-body-color: #333;
@fl-body-muted-color: hsl(@fl-secondary-hue, min(25%, @fl-secondary-sat), 60%);
@fl-body-muted-color: hsl(@fl-secondary-hue, min(25%, @fl-secondary-sat), 63%);
@fl-body-muted-more-color: #bbb;
@fl-shadow-color: rgba(0, 0, 0, 0.35);
}
@@ -87,6 +87,8 @@
// ---------------------------------
// BOOTSTRAP
@container-large-desktop: (1040px + @grid-gutter-width);
@brand-primary: @fl-body-primary-color;
@body-bg: @fl-body-bg;