mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-02 13:24:20 +01:00
37 lines
513 B
SCSS
37 lines
513 B
SCSS
.signup-form {
|
|
.names-row {
|
|
input.form-control {
|
|
width: 89%;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
|
|
.required-row {
|
|
div.input-group {
|
|
width: 95%;
|
|
display: inline-table;
|
|
}
|
|
|
|
select.form-control {
|
|
width: 95%;
|
|
display: inline-block;
|
|
}
|
|
|
|
.exponent {
|
|
position: relative;
|
|
top: -14px;
|
|
right: -4px;
|
|
}
|
|
|
|
.exponent-select {
|
|
top: -1px;
|
|
}
|
|
}
|
|
|
|
.info-required {
|
|
color: #5a5a5a;
|
|
font-size: 8pt;
|
|
font-style: italic;
|
|
}
|
|
}
|