feat(native-fs): mark native fs as stable

This commit is contained in:
Tienson Qin
2020-12-28 23:46:14 +08:00
parent 536f1582dc
commit 0559f03840
9 changed files with 89 additions and 115 deletions

View File

@@ -0,0 +1,10 @@
.cp__widgets {
&-open-local-directory {
.select-file-wrap {
padding: 50px;
border: dashed 2px;
border-radius: var(--border-radius-m);
justify-content: center;
}
}
}