1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 05:30:38 +02:00

Improve appearance/behaviour of login/signup/forgot modals

This commit is contained in:
Toby Zerner
2015-05-26 16:25:25 +09:30
parent 5fc2f3aeee
commit 85ba97ed5c
10 changed files with 209 additions and 143 deletions

View File

@@ -4,20 +4,35 @@
left: 0;
right: 0;
bottom: 0;
border-radius: @border-radius-base - 1px;
padding: 60px;
border-radius: @border-radius-base;
padding: 60px 30px;
text-align: center;
color: #fff;
font-size: 14px;
.drawer-components();
& .avatar {
.avatar-size(64px);
.box-shadow(0 0 0 4px #fff);
border: 4px solid @fl-body-bg;
.box-shadow(0 2px 6px @fl-shadow-color);
}
& h3, & p {
margin-bottom: 20px;
margin-bottom: 30px;
}
& .btn-default {
background: fade(#000, 10%);
font-size: 15px;
height: 50px;
padding: 15px 20px;
}
& .container {
width: auto !important;
padding: 0 !important;
position: relative;
}
}
.signup-modal-success {
& .close {
color: #fff;
}
}