1
0
mirror of https://github.com/flarum/core.git synced 2025-08-19 06:41:44 +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;