blob: 0f22fe211438a1bd36d4349dc9a621d2100c5d27 (
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
|
.edit-cluster-form {
.clipboard-addon {
background-color: $white-light;
}
}
.cluster-applications-table {
// Wait for the Vue to kick-in and render the applications block
min-height: 628px;
}
.clusters-dropdown-menu {
max-width: 100%;
}
.clusters-error-alert {
width: 100%;
}
.clusters-container {
.nav-bar-right {
padding: $gl-padding-top $gl-padding;
}
.empty-state .svg-content img {
width: 145px;
}
.top-area .nav-controls > .btn.btn-add-cluster {
margin-right: 0;
}
}
.gcp-signup-offer {
border-left-color: $blue-500;
svg {
fill: $blue-500;
vertical-align: middle;
}
.gcp-signup-offer--content {
display: flex;
h4 {
font-size: 16px;
line-height: 24px;
}
.gcp-signup-offer--icon {
align-self: flex-start;
}
}
}
|