blob: 1c783608b31d735822ddf79fada75891fe87d8d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
body {
font-size: 14px;
line-height: 1.42857143;
}
.kv-radio-checkbox {
padding-left: 20px !important;
}
.radio label, .checkbox label {
white-space: nowrap;
}
.modal-title {
font-size: 18px;
}
|