feat: complete SSR CRM and refine auth UI
This commit is contained in:
@@ -36,6 +36,7 @@ label: string = "Button"
|
||||
view {
|
||||
<span
|
||||
class="wrn-action {fullWidth ? 'w-full' : ''} {class}"
|
||||
data-full-width="{fullWidth ? 'true' : 'false'}"
|
||||
>
|
||||
{#if as === "a" || (as === "" && href)}
|
||||
<a
|
||||
@@ -414,6 +415,11 @@ label: string = "Button"
|
||||
display: inline-flex;
|
||||
}
|
||||
|
||||
.wrn-action[data-full-width="true"],
|
||||
.wrn-action[data-full-width="true"] > .wrn-btn {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.wrn-btn--pill {
|
||||
border-radius: 999px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user