feat(SW-415): Border room card
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-radius: var(--Corner-radius-Small);
|
border-radius: var(--Corner-radius-Large);
|
||||||
border: 1px solid rgba(77, 0, 27, 0.1);
|
border: 1px solid var(--Base-Border-Subtle);
|
||||||
}
|
}
|
||||||
|
|
||||||
.cardBody {
|
.cardBody {
|
||||||
|
|||||||
Reference in New Issue
Block a user