mirror of
https://github.com/flarum/core.git
synced 2025-08-01 14:10:37 +02:00
Skin colour tweaks
This commit is contained in:
@@ -4,26 +4,24 @@
|
||||
text-align: center;
|
||||
padding: 20px 0;
|
||||
|
||||
&, & a, & .close {
|
||||
&, & a {
|
||||
color: @fl-body-hero-color;
|
||||
}
|
||||
& .close {
|
||||
float: right;
|
||||
margin-top: -10px;
|
||||
color: @fl-body-hero-muted-color;
|
||||
}
|
||||
& h2 {
|
||||
margin: 0;
|
||||
font-size: 16px;
|
||||
font-weight: normal;
|
||||
line-height: 1.5em;
|
||||
}
|
||||
}
|
||||
.welcome-hero {
|
||||
& a, & .close {
|
||||
opacity: 0.5;
|
||||
}
|
||||
& .close {
|
||||
float: right;
|
||||
margin-top: -10px;
|
||||
}
|
||||
& p {
|
||||
margin: 5px 0 0;
|
||||
& .subtitle {
|
||||
margin: 8px 0 0;
|
||||
line-height: 1.5em;
|
||||
color: @fl-body-hero-muted-color;
|
||||
}
|
||||
}
|
||||
@media @phone {
|
||||
@@ -35,8 +33,8 @@
|
||||
}
|
||||
@media @tablet, @desktop, @desktop-hd {
|
||||
.hero {
|
||||
padding: 30px 0;
|
||||
font-size: 14px;
|
||||
padding: 40px 0 30px;
|
||||
font-size: 15px;
|
||||
|
||||
& h2 {
|
||||
font-size: 22px;
|
||||
|
@@ -176,7 +176,7 @@
|
||||
}
|
||||
& .author {
|
||||
float: left;
|
||||
margin-top: 18px;
|
||||
margin-top: 19px;
|
||||
}
|
||||
& .badges {
|
||||
float: left;
|
||||
@@ -200,6 +200,7 @@
|
||||
& .title {
|
||||
margin: 0 0 5px;
|
||||
line-height: 1.3;
|
||||
color: @fl-secondary-color;
|
||||
}
|
||||
&.unread .title {
|
||||
color: @fl-body-heading-color;
|
||||
|
@@ -59,7 +59,7 @@
|
||||
}
|
||||
& .avatar {
|
||||
.avatar-size(96px);
|
||||
border: 4px solid #fff;
|
||||
border: 4px solid @fl-body-bg;
|
||||
.box-shadow(0 2px 6px @fl-shadow-color);
|
||||
}
|
||||
& .badges {
|
||||
|
Reference in New Issue
Block a user