This repository has been archived on 2024-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
sakura/resources/assets/less/yuuno/bem/auth.less

34 lines
601 B
Text
Raw Normal View History

2016-11-09 18:32:23 +00:00
.auth {
&__label {
display: block;
text-align: left;
font-size: 20px;
font-weight: 100;
padding: 0 5px;
line-height: 32px;
color: #222;
text-shadow: #888 0 0 3px;
&--checkbox {
text-align: center;
}
}
&__button {
display: block;
margin: 4px auto !important;
}
&__subtext {
font-size: 10px;
line-height: 1.5em;
}
2016-12-04 14:55:53 +00:00
&__blocked {
display: block;
margin: 10px 0 0;
text-shadow: 0 0 5px #8364A1;
color: #614390;
}
2016-11-09 18:32:23 +00:00
}