misuzu/assets/less/profile/profile.less

44 lines
802 B
Text
Raw Normal View History

2018-09-16 22:36:46 +00:00
.profile {
2018-09-21 09:28:22 +00:00
2019-01-18 14:11:15 +00:00
&__content {
2018-09-21 09:28:22 +00:00
display: flex;
&__main {
flex: 1 1 auto;
word-wrap: break-word;
overflow: hidden;
}
&__side {
flex: 0 0 auto;
width: 100%;
max-width: 300px;
margin-right: 2px;
@media (max-width: @site-mobile-width) {
max-width: 100%;
}
}
@media (max-width: @site-mobile-width) {
flex-direction: column;
2018-09-21 09:28:22 +00:00
}
}
&__hidden {
display: none;
}
2018-09-16 22:36:46 +00:00
}
2019-03-31 16:58:03 +00:00
@import "about";
@import "accounts";
@import "background-settings";
@import "birthdate";
@import "container";
@import "guidelines";
@import "header";
@import "pagination";
@import "relations";
@import "signature";
@import "warning";