We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93d3d1b commit 641ada4Copy full SHA for 641ada4
src/features/common/components/card/card.module.scss
@@ -64,7 +64,6 @@
64
padding: 0px 2px;
65
flex-direction: column;
66
border-radius: 0.5rem;
67
- border: 1px solid var(--color_border_bold);
68
background: var(--color_bg_layer_alternate-bold);
69
70
&[data-type="output"] {
@@ -81,6 +80,10 @@
81
80
display: flex;
82
flex-direction: row;
83
align-items: center;
+ svg {
84
+ color: var(--color_fg_default);
85
+ margin-right: 2px;
86
+ }
87
}
88
89
.card__hasFullWidth {
@@ -112,8 +115,6 @@
112
115
justify-content: space-between;
113
116
padding: 0.5rem 1rem;
114
117
height: 3rem;
-
- border-bottom: 1px solid var(--color_border_bold);
118
gap: 0.25rem;
119
120
0 commit comments