We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aec6ff commit 10ab28bCopy full SHA for 10ab28b
ui/src/app/applications/components/application-sync-panel/application-sync-panel.scss
@@ -1,13 +1,28 @@
1
+@import 'node_modules/argo-ui/src/styles/config';
2
+
3
.application-sync-panel__resource {
4
margin-top: 0.5em;
5
white-space: nowrap;
6
7
+ &:nth-of-type(odd) {
8
+ background: $argo-color-gray-3;
9
10
+ .theme-dark & {
11
+ background: $argo-color-gray-6;
12
+ }
13
14
15
16
+ background: #e0e0e0;
17
18
19
.container {
- max-width: 32em;
20
+ max-width: 30em;
21
22
display: inline-block;
23
margin-right: 0.3em;
24
25
26
label {
27
cursor: pointer;
28
}
@@ -32,4 +47,4 @@
32
47
direction: rtl; // This is to help put the ellipsis in the middle instead of at the end of the resource path
33
48
34
49
35
-}
50
+}
0 commit comments