We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f160a92 commit 81c0b1bCopy full SHA for 81c0b1b
ui/src/components/inputs/AcceptDecline.vue
@@ -29,7 +29,7 @@
29
30
<style scoped lang="scss">
31
.accept-decline-bar {
32
- position: relative; // now flow inside parent footer-row
+ position: relative;
33
width: 100%;
34
z-index: 1200;
35
display: flex;
@@ -43,9 +43,8 @@
43
44
align-items: center;
45
justify-content: space-between;
46
- background: rgba(30,32,42,0.95);
+ background: var(--ks-background-input);
47
padding: .75rem 1rem;
48
- box-shadow: 0 -4px 18px rgba(2,6,23,0.45);
49
}
50
51
.left-slot {
@@ -57,10 +56,6 @@
57
56
gap: .5rem;
58
59
60
-
61
- html.light & .bar-content {
62
- background: rgba(18,18,18,0.9);
63
- }
64
65
66
.accept-decline-fade-enter-from {
@@ -79,3 +74,4 @@
79
74
padding: 4px 12px;
80
75
81
76
</style>
77
+
0 commit comments