New UI Primitices

This commit is contained in:
Belen Curcio
2020-10-04 15:16:56 -03:00
parent cf9495e6c2
commit aa657c8baa
11 changed files with 127 additions and 45 deletions

View File

@@ -0,0 +1,11 @@
.root {
@apply bg-white py-10 flex flex-row w-full;
}
.primary {
@apply bg-white;
}
.secondary {
@apply bg-violet;
}