Skip to content

Commit 36c54ea

Browse files
committed
[RZB-250021]: fix board and playground css
1 parent 6d89add commit 36c54ea

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/assets/styles/card-layout.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
.card__actions {
4646
display: flex;
4747
margin-top: auto;
48+
gap: 4px;
4849
}
4950

5051
@media (max-width: 768px) {
@@ -75,3 +76,9 @@
7576
font-size: 1.2em;
7677
margin-right: 0.5em;
7778
}
79+
80+
81+
.btn-board {
82+
background: var(--primary);
83+
color: var(--background);
84+
}

0 commit comments

Comments
 (0)