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