mirror of
https://gitlab.com/hashborgir/d2tools.git
synced 2024-12-04 06:26:02 +00:00
38 lines
390 B
CSS
38 lines
390 B
CSS
|
input {
|
||
|
width: 108px;
|
||
|
padding: 5px;
|
||
|
margin: 5xp;
|
||
|
text-align: center;
|
||
|
border: 0px;
|
||
|
background: #eef;
|
||
|
}
|
||
|
|
||
|
.form-text,
|
||
|
.help {
|
||
|
font-size: 11px;
|
||
|
color: #999;
|
||
|
}
|
||
|
|
||
|
.form-text {
|
||
|
background: white;
|
||
|
padding: 5px;
|
||
|
border-radius: 4px;
|
||
|
|
||
|
}
|
||
|
|
||
|
select,
|
||
|
input,
|
||
|
option {
|
||
|
border: #ccc;
|
||
|
}
|
||
|
|
||
|
.row {
|
||
|
padding: 0 5px;
|
||
|
}
|
||
|
|
||
|
.col-2,
|
||
|
.col-3,
|
||
|
.col-4 {
|
||
|
padding: 5px;
|
||
|
}
|