1
0
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:
Toby Zerner
2015-05-02 08:29:43 +09:30
parent ec343cb442
commit e4a880c4f4
6 changed files with 26 additions and 25 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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 {