misuzu/assets/less/classes/profile/about.less

26 lines
389 B
Text
Raw Normal View History

2018-09-19 18:58:13 +00:00
.profile__about {
margin-bottom: 2px;
2018-09-19 18:58:13 +00:00
&__content {
2018-09-20 16:50:11 +00:00
max-height: 600px;
2018-09-19 18:58:13 +00:00
overflow: auto;
2018-09-23 19:12:40 +00:00
padding: 2px 5px;
&--edit {
padding: 5px;
}
}
&__editor {
width: 100%;
height: 500px;
max-width: 100%;
min-width: 100%;
}
&__select {
margin-bottom: 5px;
width: 100%;
2018-09-19 18:58:13 +00:00
}
}