feat: Breadcrumb Common

This commit is contained in:
sonnguyenkieio
2021-08-30 16:46:52 +07:00
parent 08cd011b5e
commit 185601f002
4 changed files with 92 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
@import '../../../styles/utilities';
.breadcrumbCommon {
@apply spacing-horizontal-left;
color: var(--text-base);
}