2019-01-18 22:24:37 +00:00
|
|
|
.profile__signature {
|
|
|
|
|
|
|
|
&__content {
|
2019-05-13 17:50:16 +00:00
|
|
|
max-height: 150px;
|
2019-08-14 20:24:07 +00:00
|
|
|
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;
|
|
|
|
}
|
2019-05-13 17:50:16 +00:00
|
|
|
|
|
|
|
img {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2019-01-18 22:24:37 +00:00
|
|
|
}
|