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