styling difference in between new page and editing..
This commit is contained in:
parent
be034969fe
commit
2002471837
1 changed files with 15 additions and 0 deletions
|
@ -94,6 +94,21 @@ button:hover, .newtierbutton:hover {
|
||||||
label, .filepath {
|
label, .filepath {
|
||||||
grid-column: 1/2;
|
grid-column: 1/2;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
|
align-self: center
|
||||||
|
}
|
||||||
|
|
||||||
|
.labelcontent {
|
||||||
|
align-self: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.labeloffline {
|
||||||
|
margin-top: -0.4rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[readonly] {
|
||||||
|
color: #000000b3;
|
||||||
|
background: #00000012;
|
||||||
|
border: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input, button, textarea, .selecttier, .relpath {
|
input, button, textarea, .selecttier, .relpath {
|
||||||
|
|
Loading…
Add table
Reference in a new issue