2015-07-23 14:30:55 +09:30
|
|
|
.SignUpModal-welcome {
|
2015-02-24 20:33:18 +10:30
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
2015-07-17 14:47:49 +09:30
|
|
|
border-radius: @border-radius;
|
2015-02-24 20:33:18 +10:30
|
|
|
text-align: center;
|
|
|
|
color: #fff;
|
2015-05-26 16:25:25 +09:30
|
|
|
font-size: 14px;
|
|
|
|
|
2015-07-17 14:47:49 +09:30
|
|
|
.light-contents();
|
2015-02-24 20:33:18 +10:30
|
|
|
|
2015-07-23 14:30:55 +09:30
|
|
|
.Avatar {
|
2015-07-17 14:47:49 +09:30
|
|
|
.Avatar--size(96px);
|
|
|
|
border: 4px solid @body-bg;
|
|
|
|
.box-shadow(0 2px 6px @shadow-color);
|
2015-02-24 20:33:18 +10:30
|
|
|
}
|
2015-07-23 14:30:55 +09:30
|
|
|
h3, p {
|
2015-05-26 18:05:20 +09:30
|
|
|
margin-bottom: 25px;
|
2015-02-24 20:33:18 +10:30
|
|
|
}
|
2015-07-23 14:30:55 +09:30
|
|
|
.Button {
|
2015-05-26 16:25:25 +09:30
|
|
|
font-size: 15px;
|
|
|
|
height: 50px;
|
|
|
|
padding: 15px 20px;
|
|
|
|
}
|
2015-07-23 14:30:55 +09:30
|
|
|
.darkenBackground {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
bottom: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
.container {
|
2015-05-26 16:25:25 +09:30
|
|
|
width: auto !important;
|
2015-07-23 14:30:55 +09:30
|
|
|
padding: 50px 30px !important;
|
2015-05-26 16:25:25 +09:30
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
}
|
2015-07-23 14:30:55 +09:30
|
|
|
.SignUpModal--success .Modal-close .Button {
|
|
|
|
color: #fff;
|
2015-02-24 20:33:18 +10:30
|
|
|
}
|
2015-03-03 20:30:52 +10:30
|
|
|
|
|
|
|
@media @phone {
|
2015-07-23 14:30:55 +09:30
|
|
|
.SignUpModal-welcome .container {
|
2015-03-03 20:30:52 +10:30
|
|
|
padding-top: 56px + 60px;
|
|
|
|
}
|
|
|
|
}
|