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

64 lines
1.2 KiB
Text
Raw Normal View History

2016-12-07 23:34:59 +00:00
.header-login-container {
background: #A586C3;
2016-11-09 18:32:23 +00:00
box-shadow: 0 0 3px #8364A1;
2016-12-07 23:34:59 +00:00
}
.header-login {
2016-11-09 18:32:23 +00:00
max-width: 1024px;
2016-12-07 23:34:59 +00:00
padding: 6px 4px;
margin: 0 auto;
text-align: left;
display: flex;
justify-content: space-between;
align-items: center;
2016-11-09 18:32:23 +00:00
&__text {
width: auto !important;
display: inline-block;
}
&__button {
margin: 0 !important;
padding: 2px 8px !important;
2016-12-07 23:34:59 +00:00
&--small {
font-size: .9em !important;
padding: 1px 8px !important;
}
2016-11-09 18:32:23 +00:00
}
2016-12-07 23:34:59 +00:00
&__sub--buttons {
text-align: right;
2016-11-09 18:32:23 +00:00
}
2016-12-07 23:34:59 +00:00
@media (max-width: 1064px) {
align-items: flex-start;
&__text {
margin-bottom: 2px;
}
&__button--small {
margin-bottom: 2px !important;
display: flex !important;
justify-content: space-between;
align-items: center;
}
&__sub {
display: flex;
flex-direction: column;
padding: 0 1px;
&--form {
flex-grow: 1;
}
&--buttons {
width: 150px;
}
2016-11-09 18:32:23 +00:00
}
}
}