mirror of
https://github.com/flarum/framework.git
synced 2024-12-12 06:03:39 +08:00
Tweak post-signup welcome appearance
This commit is contained in:
parent
d6bd6356e3
commit
ceacff6be8
|
@ -5,7 +5,7 @@
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
border-radius: @border-radius-base;
|
border-radius: @border-radius-base;
|
||||||
padding: 60px 30px;
|
padding: 40px 30px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
@ -13,12 +13,12 @@
|
||||||
.drawer-components();
|
.drawer-components();
|
||||||
|
|
||||||
& .avatar {
|
& .avatar {
|
||||||
.avatar-size(64px);
|
.avatar-size(96px);
|
||||||
border: 4px solid @fl-body-bg;
|
border: 4px solid @fl-body-bg;
|
||||||
.box-shadow(0 2px 6px @fl-shadow-color);
|
.box-shadow(0 2px 6px @fl-shadow-color);
|
||||||
}
|
}
|
||||||
& h3, & p {
|
& h3, & p {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 25px;
|
||||||
}
|
}
|
||||||
& .btn-default {
|
& .btn-default {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user