Update code

This commit is contained in:
2023-07-21 16:58:55 +07:00
parent 2cd22c69f1
commit 6487515679
67 changed files with 567 additions and 108 deletions
+8 -20
View File
@@ -1,23 +1,11 @@
.flex {
display: flex;
}
.justify-content-between {
justify-content: space-between;
}
.mr-auto {
margin: auto;
}
.h-auto {
height: auto;
}
.w-auto {
width: auto;
}
.no-underline {
text-decoration: none;
}
.primary-text {
color: $primary-color;
}
.secondary-text {
color: $secondary-color;
}