summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_forms.scss
blob: c8b08f44d260cf97b07cb002da4bfd5b8a7cecf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.form-horizontal {
	.modal-intro {
		margin: -10px 0 30px;
	}
	.form__label {
		text-align: left;
		padding-right: 3px;
		font-weight: 600;
		font-size: 1.1em;
		&.light {
			font-weight: normal;
			color: #999;
			font-size: 1.05em;
			font-style: italic;
			padding-top: 2px;
		}
	}
	.input__help {
		color: #777;
		margin: 10px 0 0 10px;
		&.dark {
			color: #222;
		}
		&.error {
			color: #a94442;
		}
	}
	.form-control {
		font-weight: normal;
	}
	.form-group {
		margin-bottom: 25px;
		&.less {
			margin-bottom: 10px;
		}
	}
}