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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user