misuzu/assets/less/classes/profile/about.less
2018-09-23 21:12:40 +02:00

24 lines
365 B
Text

.profile__about {
&__content {
max-height: 600px;
overflow: auto;
padding: 2px 5px;
&--edit {
padding: 5px;
}
}
&__editor {
width: 100%;
height: 500px;
max-width: 100%;
min-width: 100%;
}
&__select {
margin-bottom: 5px;
width: 100%;
}
}