summaryrefslogtreecommitdiff
blob: 60e76548c2b69948807ca4f97429ca45f9252373 (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
#wmpack-admin{
	.settings{
		display: table;
	
		.left-side{
			width: 100%;
			display: table;
			vertical-align: top;
			
			.details{
				padding: 30px;
				background-color: $box-color; 
				
				h2.title{
					font-family: 'OlRoundGothicLight', sans-serif;
					font-size: 25px;
					line-height: normal;
					color: $base-text-color;
				}
				.display-mode{
					
					p, label{
						font-family: 'AcordeRegular', sans-serif;
						font-size:15px;
						line-height: normal;
						color: $base-text-color;	
					}
				}
			}
		}
	}
}