mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-10 03:26:38 -05:00
34 lines
705 B
Text
34 lines
705 B
Text
|
.auth-container {
|
||
|
form {
|
||
|
margin-top: 50px;
|
||
|
padding: 25px 25px 50px 25px;
|
||
|
border-radius: 5px;
|
||
|
border: 1px solid darken(@c_accent, 5%);
|
||
|
background-color: @c_accent;
|
||
|
|
||
|
.form-field {
|
||
|
label {
|
||
|
float: left;
|
||
|
min-width: 125px;
|
||
|
}
|
||
|
|
||
|
.input {
|
||
|
display: block;
|
||
|
overflow: hidden;
|
||
|
margin-bottom: 10px;
|
||
|
|
||
|
input {
|
||
|
width: 100%;
|
||
|
height: 24px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
button {
|
||
|
position: absolute;
|
||
|
right: 41px;
|
||
|
bottom: 25px;
|
||
|
}
|
||
|
}
|
||
|
}
|