added Dart to the api preview examples

This commit is contained in:
Gani Georgiev
2022-07-30 21:00:18 +03:00
parent 4019ca5f00
commit 96b2c5fedf
21 changed files with 892 additions and 642 deletions
+1
View File
@@ -456,6 +456,7 @@ a,
border-radius: var(--baseRadius);
color: var(--txtPrimaryColor);
font-size: 1.2rem;
overflow: hidden;
@include shadowize();
i {
font-size: inherit;
+1
View File
@@ -143,6 +143,7 @@ table {
}
.col-type-email {
min-width: 120px;
white-space: nowrap;
}
.col-type-file {
min-width: 100px;
+1 -1
View File
@@ -28,7 +28,7 @@ $tabContentAnimationSpeed: 0.3s;
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 50px;
min-width: 70px;
gap: 5px;
padding: 10px 10px;
margin: 0;