feat: playground embedding

This commit is contained in:
jialin
2024-11-22 10:00:34 +08:00
parent 01214077d3
commit 16e2ac5b6c
33 changed files with 1518 additions and 172 deletions
+6
View File
@@ -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);
}