Project

General

Profile

1
#form {
2

    
3
	#content {
4
		
5
		form {
6
			margin-top: 35px;
7

    
8
			input[type="file"] {
9
				position: relative;
10
				top: 7px;
11
				height: 40px;
12
			}
13

    
14
			.address {
15
				margin: 25px 0;
16

    
17
				.form-group {
18
					.col-sm-3 {
19
						@media (max-width: $maxSmall) {
20
							margin-bottom: 15px;
21
						}
22
					}
23
				}
24
			}
25

    
26
			.form-control-feedback {
27
				color: #60B5EE;
28
				font-size: 19px;
29
			}
30

    
31
			.form-actions {
32
				margin-top: 35px;
33

    
34
				.btn {
35
					margin-right: 15px;
36
				}
37
			}
38
		}
39
	}
40

    
41
}
(7-7/27)