aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components/logic/service-path-selector/service-path-selector.component.less
blob: f3cb4a3c34974c9c0f63fefc0638abda3d9ccee2 (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
@import './../../../../../assets/styles/variables.less';
.service-path-selector {
	margin: 10px 35px 10px 0;
	display: flex;
	font-size: 12px;

	/deep/ .path-dropdown {
		width: 150px;
		select {
			font-size: 14px;
			font-family: @font-opensans-regular;
			padding: 4px 10px;
		}
	}

	label {
		margin-right: 10px;
		align-self: center;
		font-size: 14px;
		font-family: @font-opensans-regular;
		font-weight: normal;
		margin-bottom: initial;
	}
}