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/header-login.less

33 lines
617 B
Text
Raw Normal View History

2016-11-09 18:32:23 +00:00
.header-login {
background: rgba(211, 191, 255, .8);
border: 1px solid #9475B2;
box-shadow: 0 0 3px #8364A1;
text-align: center;
max-width: 1024px;
margin: 10px auto 0;
padding: 6px 3px;
border-radius: 3px;
&__text {
width: auto !important;
display: inline-block;
}
&__button {
margin: 0 !important;
padding: 2px 8px !important;
}
&__label {
2016-11-13 23:29:31 +00:00
font-family: @cute-font;
2016-11-09 18:32:23 +00:00
font-weight: 100;
font-size: 15px;
}
@media (max-width: 640px) {
&__label {
display: block;
}
}
}