feat: playground embedding
This commit is contained in:
@@ -77,6 +77,7 @@
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
// space-between
|
||||
.flex-between {
|
||||
display: flex;
|
||||
@@ -87,6 +88,7 @@
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
// align-items: center
|
||||
.flex-center {
|
||||
display: flex;
|
||||
@@ -168,6 +170,10 @@
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.m-b-16 {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.font-400 {
|
||||
font-weight: var(--font-weight-normal);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user