feat(register): add register page with routing and form implementation
This commit is contained in:
@@ -30,7 +30,8 @@
|
||||
|
||||
.btn-outline-primary,
|
||||
.btn-outline-neutral,
|
||||
.btn-outline-danger {
|
||||
.btn-outline-danger,
|
||||
.btn-borderless {
|
||||
--bs-btn-bg: transparent;
|
||||
--bs-btn-hover-color: #fff;
|
||||
--bs-btn-active-color: #fff;
|
||||
@@ -107,3 +108,22 @@
|
||||
--bs-btn-disabled-color: color-mix(in srgb, transparent 35%, var(--tenant-danger));
|
||||
--bs-btn-disabled-border-color: color-mix(in srgb, transparent 35%, var(--tenant-danger));
|
||||
}
|
||||
|
||||
.btn-borderless {
|
||||
min-width: auto;
|
||||
padding-inline: 0;
|
||||
border: 0;
|
||||
color: var(--tenant-primary);
|
||||
font-weight: 700;
|
||||
--bs-btn-border-color: transparent;
|
||||
--bs-btn-hover-color: color-mix(in srgb, black 18%, var(--tenant-primary));
|
||||
--bs-btn-hover-bg: transparent;
|
||||
--bs-btn-hover-border-color: transparent;
|
||||
--bs-btn-active-color: color-mix(in srgb, black 24%, var(--tenant-primary));
|
||||
--bs-btn-active-bg: transparent;
|
||||
--bs-btn-active-border-color: transparent;
|
||||
--bs-btn-disabled-color: color-mix(in srgb, transparent 35%, var(--tenant-primary));
|
||||
--bs-btn-disabled-bg: transparent;
|
||||
--bs-btn-disabled-border-color: transparent;
|
||||
--bs-btn-disabled-opacity: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user