misuzu/assets/less/profile/signature.less

29 lines
408 B
Text
Raw Normal View History

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