mirror of
https://github.com/flarum/core.git
synced 2025-07-25 18:51:40 +02:00
Tweak post-signup welcome appearance
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user