summaryrefslogtreecommitdiffstats
path: root/sdc-workflow-designer-ui/src/app/assets/components/themes/common/plx-step.less
blob: c9b047d09773b6aa92cf28fa827f72e408ce41d0 (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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
@import "../default/NIV-theme.less";

.plx-ui-steps-number-active {
	background: @default-blue;
	color: @default-white;
}

.plx-ui-steps-number-passive {
	background: @gray-grade-7;
	color: @default-white;
}

.plx-ui-steps-number-visited {
	color: @default-white;
	border: 2px @default-blue solid;
}

.plx-ui-underline-active {
	background: @default-blue;
}

.plx-ui-underline-passive {
	background: @gray-grade-8;
}

.plx-ui-steps-title-active {
	color: @font-gray-normal;
}

.plx-ui-steps-title-passive {
	color: @font-gray-light;
}

.plx-ui-steps-title-visited {
	color: @font-gray-light;
}

.plx-ui-steps-number-visited-tick {
	border-bottom: 2px solid @default-blue;
	border-right: 2px solid @default-blue;
}

.plx-ui-underline-active-vertical {
	border-right: 2px solid @gray-grade-7;
}

.plx-ui-underline-visited-vertical {
	border-right: 2px solid @default-blue;
}

.plx-ui-underline-passive-vertical {
	border-right: 2px solid @gray-grade-7;
}

.plx-ui-steps-title-active-vertical {
	color: @font-gray-normal;
}

.plx-ui-steps-title-visited-vertical {
	color: @font-gray-light;
}

.plx-ui-steps-title-passive-vertical {
	color: @font-gray-light;
}

.plx-ui-steps-number-active-vertical {
	background: @default-blue;
	color: @default-white;
}

.plx-ui-steps-number-passive-vertical {
	background: @gray-grade-7;
	color: @default-white;
}

.plx-ui-steps-number-visited-vertical {
	color: @default-white;
}