File tree 7 files changed +138
-213
lines changed
directives/components/dnsConfiguration
7 files changed +138
-213
lines changed Original file line number Diff line number Diff line change 4
4
5
5
.fade {
6
6
opacity : 0 ;
7
- transition : opacity 3s linear ;
7
+ transition : opacity . 3s linear ;
8
8
9
9
& .in {
10
10
opacity : 1 ;
Original file line number Diff line number Diff line change 13
13
& .gray {
14
14
border-color : $gray-lighter ;
15
15
color : $gray-light ;
16
- font-style : italic ;
17
16
}
18
17
}
Original file line number Diff line number Diff line change 24
24
flex : 0 0 auto ;
25
25
}
26
26
27
+ & .grow {
28
+ flex : 1 1 100% ;
29
+ }
30
+
27
31
// alignment of content (defaults to left)
28
32
& .justify-center {
29
33
justify-content : center ;
44
48
& .align-center {
45
49
align-items : center ;
46
50
}
51
+
52
+ & .align-start {
53
+ align-items : flex-start ;
54
+ }
55
+
56
+ & .align-end {
57
+ align-items : flex-end ;
58
+ }
47
59
}
48
60
49
61
// horizontal grid
63
75
flex : 0 0 auto ;
64
76
}
65
77
78
+ & .grow {
79
+ flex : 1 1 100% ;
80
+ }
81
+
66
82
+ .grid-content {
67
83
margin-left : 15px ;
68
84
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ $white: #fff;
16
16
$gray-lighterest : #fafafa ;
17
17
$gray-lightest : #f3f3f3 ;
18
18
$gray-lighter : #e6e6e6 ;
19
- $gray-light : #ccc ;
19
+ $gray-light : #bbb ;
20
20
$gray : #888 ;
21
21
$gray-dark : #555 ;
22
22
$gray-darker : #222 ;
Original file line number Diff line number Diff line change 8
8
9
9
.popover-content {
10
10
max-height : calc (100vh - 176px );
11
-
12
- .empty {
13
- margin : 15px 0 ;
14
- }
15
- }
16
-
17
- .icons-status {
18
- flex : 0 0 auto ;
19
- margin-right : 5px ;
20
- }
21
-
22
- // specific to branch list
23
- .list-branches {
24
-
25
- .list-item {
26
- align-items : center ;
27
- color : $gray ;
28
- display : flex ;
29
- font-size : 14px ;
30
- padding : 0 15px ;
31
-
32
- & :active {
33
- color : $purple-light ;
34
- }
35
-
36
- & .small {
37
- color : $gray-light ;
38
- font-weight : $weight-normal ;
39
- }
40
- }
41
-
42
- // name of branch
43
- .text-overflow {
44
- flex : 1 1 auto ;
45
- }
46
-
47
- // isolation badge
48
- .btn-badge {
49
- margin : 0 ;
50
- }
51
-
52
- // spinners
53
- .spinner-wrapper {
54
- flex : 0 0 auto ;
55
- }
56
-
57
- // selected branch
58
- .icons-fat-check {
59
- flex : 0 0 auto ;
60
- margin : 0 6px ;
61
- }
62
11
}
63
12
64
13
.popover-list {
65
- margin : 0 9px ;
66
14
padding : 12px 0 ;
67
15
}
68
16
69
17
.popover-list-item {
70
- font-size : 14px ;
71
- margin : 0 -9px ;
72
- padding : 3px 18px ;
73
-
74
- & .small {
75
- font-size : 12px ;
76
- line-height : 21px ;
77
- min-height : 21px ;
78
- }
79
- }
80
-
81
- .popover-footer {
82
- border-top : 1px solid $gray-lighter ;
83
- font-size : 12px ;
84
- margin : 0 9px ;
85
- padding : 15px 9px 18px ;
86
-
87
- & .empty {
88
- border : 0 ;
89
- }
90
- }
91
-
92
- .link :active {
93
- color : $purple-light ;
94
- }
95
- }
96
-
97
- .list-service-containers {
98
-
99
- .popover-list-item {
100
- line-height : 24px ;
101
- min-height : 24px ;
18
+ padding : 9px 18px ;
102
19
103
- & .small {
104
- margin-bottom : 4 px ;
20
+ & :active .small {
21
+ color : inherit ;
105
22
}
106
23
}
107
- }
108
24
109
- // view-1
110
- // rows
111
- .tr-dns {
112
- cursor : pointer ;
113
- padding : 3px 15px ;
114
-
115
- & :hover .icons-arrow-forward {
116
- color : $gray ;
25
+ // list headings
26
+ .list-item.small {
27
+ margin-top : 3px ;
28
+ padding : 3px 18px ;
117
29
}
118
30
119
- & :active {
120
-
121
- // override .popover-list-item default
122
- .small.text-overflow {
123
- color : $gray ;
124
- }
125
-
126
- .cell + .cell ,
127
- .cell + .cell .small ,
128
- .icons-arrow-forward {
129
- color : $purple-light ;
130
- }
31
+ .icons-status {
32
+ flex : 0 0 auto ;
33
+ margin-right : 6px ;
131
34
}
132
35
133
- .iconnables {
134
- margin : 0 ;
135
- position : absolute ;
136
- right : 9px ;
137
- top : 15px ;
36
+ // isolation badges
37
+ .btn-badge {
38
+ margin-left : 15px ;
39
+ margin-right : 0 ; // override
138
40
}
139
41
140
- .icons-arrow-forward {
141
- color : $gray-light ;
42
+ .icons-fat-check {
43
+ margin : 0 0 0 9 px ;
142
44
}
143
45
144
46
// check icon
163
65
transform-origin : 50% 50% ;
164
66
}
165
67
166
- // cells
167
- .cell {
168
- flex : 1 1 ;
169
- height : 48px ;
170
- line-height : 1.4 ;
171
- max-width : 50% ;
172
- padding : 5px 0 ;
173
- position : relative ;
174
-
175
- // url cell
176
- & :first-child {
177
- padding-right : 12px ;
178
-
179
- // arrow
180
- & ::after {
181
- color : $gray-light ;
182
- content : ' →' ;
183
- display : block ;
184
- font-size : 18px ;
185
- position : absolute ;
186
- right : -9px ;
187
- top : 12px ;
188
- }
189
- }
68
+ .icons-arrow-forward {
69
+ color : $gray-light ;
70
+ }
190
71
191
- // center text if single line
192
- & .center {
193
- align-items : center ;
194
- display : flex ;
195
- }
72
+ .popover-footer {
73
+ background : $gray-lighterest ;
74
+ margin : 0 ;
75
+ padding : 18px 15px ;
196
76
197
- .small {
198
- font-size : 12px ;
77
+ & .empty {
78
+ background : none ;
79
+ border : 0 ;
199
80
}
81
+ }
82
+ }
200
83
201
- .btn-badge {
202
- font-size : 11px ;
203
- height : 16px ;
204
- line-height : 14px ;
205
- margin-top : 3px ;
206
- max-width : 100% ;
207
- }
84
+ .dns-arrow {
85
+ color : $gray-light ;
86
+ font-size : 18px ;
87
+ margin : 0 12px ;
88
+ }
208
89
209
- // branch cell
210
- + .cell {
211
- padding : 0 15px ;
90
+ .list-repository-containers {
212
91
213
- .small {
214
- margin-left : 14px ;
215
- }
216
- }
92
+ .btn-badge {
93
+ align-self : flex-start ;
94
+ }
217
95
218
- // just changed animation (along with check)
219
- & .fade-in {
220
- animation : fade- in- half 1s .25s ;
221
- }
96
+ .iconnables {
97
+ margin : 0 ; // override
98
+ position : absolute ;
99
+ right : 9px ;
100
+ top : 15px ;
222
101
}
223
102
}
103
+
104
+ .connected-branch-name {
105
+ padding-right : 15px ;
106
+ }
You can’t perform that action at this time.
0 commit comments