forked from verdnatura/hedera-web
33 lines
442 B
SCSS
33 lines
442 B
SCSS
.hedera-new {
|
|
.box {
|
|
position: relative;
|
|
}
|
|
.htk-image {
|
|
height: 100px;
|
|
overflow: hidden;
|
|
border-bottom: 1px solid #ddd;
|
|
}
|
|
.htk-image > button {
|
|
display: block;
|
|
}
|
|
.htk-image > img {
|
|
margin-top: -40%;
|
|
width: 100%;
|
|
height: initial;
|
|
}
|
|
.tag-priority {
|
|
display: flex;
|
|
gap: 16px;
|
|
}
|
|
.tag-priority > *{
|
|
flex: 1;
|
|
}
|
|
textarea {
|
|
min-height: 500px;
|
|
}
|
|
.tox-tinymce {
|
|
border: 1px solid #ddd;
|
|
border-radius: 0;
|
|
}
|
|
}
|