misuzu/assets/less/profile/about.less

25 lines
354 B
Text
Raw Normal View History

2018-09-19 18:58:13 +00:00
.profile__about {
&__content {
2019-01-17 20:32:58 +00:00
max-height: 1000px;
2018-09-19 18:58:13 +00:00
overflow: auto;
2018-09-23 19:12:40 +00:00
padding: 2px 5px;
}
&__editor {
2019-01-18 22:24:37 +00:00
padding: 5px;
}
&__text {
2018-09-23 19:12:40 +00:00
width: 100%;
height: 500px;
max-width: 100%;
min-width: 100%;
}
&__select {
margin-bottom: 5px;
width: 100%;
2018-09-19 18:58:13 +00:00
}
}