All checks were successful
Release Creation / build (release) Successful in 1m3s
38 lines
563 B
Plaintext
38 lines
563 B
Plaintext
.deal-content {
|
|
.sheet-common();
|
|
.item-sheet-common();
|
|
|
|
fieldset {
|
|
margin-top: 8px;
|
|
.form-group {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.form-group.long-input input {
|
|
min-width: 24rem;
|
|
max-width: 24rem;
|
|
text-align: left;
|
|
}
|
|
.form-group input {
|
|
min-width: 12rem;
|
|
max-width: 12rem;
|
|
}
|
|
.form-group select {
|
|
min-width: 12rem;
|
|
max-width: 12rem;
|
|
}
|
|
}
|
|
|
|
.header {
|
|
display: flex;
|
|
img {
|
|
width: 50px;
|
|
height: 50px;
|
|
}
|
|
}
|
|
|
|
label {
|
|
flex: 10%;
|
|
}
|
|
}
|