feat: a little bit new structure

This commit is contained in:
Alexandr
2022-07-06 15:59:57 +03:00
parent a7f0ba045e
commit d968092162
20 changed files with 37 additions and 32 deletions

View File

@@ -9,13 +9,13 @@
@layer components {
.btn-group > button {
@apply rounded-none
@apply rounded-none;
}
.btn-group > button:first-child {
@apply rounded-l-lg
@apply rounded-l-lg;
}
.btn-group > button:last-child {
@apply rounded-r-lg
@apply rounded-r-lg;
}
}
</style>