mirror of
https://github.com/flarum/framework.git
synced 2024-12-13 23:53:42 +08:00
Reduce contrast on post stream time gaps
This commit is contained in:
parent
d07182622e
commit
447dcd760d
|
@ -256,19 +256,6 @@
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.PostStream-timeGap {
|
|
||||||
text-transform: uppercase;
|
|
||||||
font-weight: bold;
|
|
||||||
color: @muted-color;
|
|
||||||
padding: 20px 20px 20px 90px;
|
|
||||||
background: @control-bg;
|
|
||||||
font-size: 12px;
|
|
||||||
|
|
||||||
@media @phone {
|
|
||||||
margin: 0 -15px;
|
|
||||||
padding: 20px 15px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.PostPreview {
|
.PostPreview {
|
||||||
color: @muted-color;
|
color: @muted-color;
|
||||||
|
|
|
@ -50,6 +50,18 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.PostStream-timeGap {
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-weight: bold;
|
||||||
|
color: @muted-color;
|
||||||
|
padding: 20px 20px 20px 90px;
|
||||||
|
font-size: 12px;
|
||||||
|
|
||||||
|
@media @phone {
|
||||||
|
margin: 0 -15px;
|
||||||
|
padding: 20px 15px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// .item.highlight .post {
|
// .item.highlight .post {
|
||||||
// &:before {
|
// &:before {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user