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

27 lines
370 B
SCSS
Raw Normal View History

2022-05-28 00:37:24 +00:00
.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;
}
2022-05-24 21:11:12 +00:00
.new textarea {
min-height: 500px;
2015-02-01 03:21:54 +00:00
}