misuzu/assets/less/profile/about.less

25 lines
354 B
Text
Raw Normal View History

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