forked from marg-o/brigate
29 lines
300 B
CSS
29 lines
300 B
CSS
@charset "ISO-8859-1";
|
|
|
|
.form-control {
|
|
width: 300px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.form-group {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
label {
|
|
width: 180px;
|
|
}
|
|
|
|
.number {
|
|
width: 70px;
|
|
}
|
|
|
|
|
|
.cinquanta {
|
|
display: inline-block;
|
|
width: 45%;
|
|
vertical-align: top;
|
|
}
|
|
body {
|
|
background-color: #262626;
|
|
color: white;
|
|
} |