set comment label to top
This commit is contained in:
parent
83fc22517c
commit
83845b6f37
|
@ -193,13 +193,20 @@
|
|||
.label-md-input {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 16px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#input-name + .label-md-input {
|
||||
bottom: 0;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#input-comment + .label-md-input {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.md-input, .label-md-input > div {
|
||||
font-family: Alexandria, sans-serif;
|
||||
font-weight: 300;
|
||||
|
@ -226,7 +233,7 @@
|
|||
|
||||
#input-comment:focus + .label-md-input > div, #input-comment:not(#input-comment[value=""]) + .label-md-input > div {
|
||||
font-size: 14px;
|
||||
transform: translate(0, -460%);
|
||||
transform: translate(0, -150%);
|
||||
background-color: white;
|
||||
padding-left: 4px;
|
||||
padding-right: 4px;
|
||||
|
@ -333,7 +340,7 @@
|
|||
priority_high
|
||||
</span> -->
|
||||
</div>
|
||||
<div class="severity-option" id="option-no-severity">
|
||||
<div class="severity-option selected" id="option-no-severity">
|
||||
<!-- <span class="material-symbols-rounded">
|
||||
campaign
|
||||
</span> -->
|
||||
|
|
Loading…
Reference in New Issue
Block a user