24 lines
365 B
Text
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%;
|
|
}
|
|
}
|