We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1c99f21 + baa6391 commit 722cc9cCopy full SHA for 722cc9c
1 file changed
features/sprite-layers/style.css
@@ -18,6 +18,7 @@
18
font-size: 1.1rem;
19
margin-bottom: .5rem;
20
margin-left: .15rem;
21
+ color: #575e75 !important;
22
}
23
24
.ste-layers>div>div {
@@ -44,10 +45,15 @@
44
45
line-height: .95rem;
46
padding-left: .05rem;
47
padding-right: .05rem;
48
+ color: #c8cad2 !important;
49
50
51
.ste-long-layers>div>div:nth-child(even) {
52
height: 2rem;
53
position: relative;
54
top: .5rem;
-}
55
+}
56
+
57
+[class^="sprite-info_sprite-info_"]:hover {
58
+ overflow: visible !important;
59
0 commit comments