Skip to content

Commit ca3353d

Browse files
committed
fix card styles
1 parent 58a4001 commit ca3353d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/features/common/components/card/card.module.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,18 @@
7070

7171
.card {
7272
isolation: isolate;
73+
flex: 1 1;
7374
grid-column: span 6;
7475
display: flex;
75-
flex: 1;
76-
padding: 0px 2px;
7776
flex-direction: column;
78-
border-radius: 0.5rem;
77+
border-radius: 1rem;
78+
border: 1px solid var(--color_border_default);
7979
background: var(--color_bg_layer_alternate-bold);
80-
81-
&[data-type="output"] {
82-
background: var(--color_bg_layer_alternate);
80+
padding:0 0.25rem;
81+
letter-spacing: -.1px;
82+
&[data-no-padding="true"] {
83+
padding: 0;
8384
}
84-
8585
&[data-frameless="true"] {
8686
border-radius: 0;
8787
border: none;

0 commit comments

Comments
 (0)