misuzu/assets/less/classes/profile/signature.less

25 lines
357 B
Text
Raw Normal View History

2019-01-18 22:24:37 +00:00
.profile__signature {
&__content {
max-height: 200px;
overflow: auto;
padding: 2px 5px;
}
&__editor {
padding: 5px;
}
&__text {
width: 100%;
height: 200px;
max-width: 100%;
min-width: 100%;
}
&__select {
width: 100%;
margin-bottom: 5px;
}
}