0
1
Fork 0
hedera-web-mindshore/forms/news/new/style.scss

33 lines
442 B
SCSS
Raw Permalink Normal View History

.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;
}
2015-02-01 03:21:54 +00:00
}