complete UI CSS ownership remediation
This commit is contained in:
@@ -49,7 +49,7 @@ component AuthForm {
|
||||
}
|
||||
|
||||
view {
|
||||
<section class="wire-auth-form wire-next--color-{color} wire-next--size-{size} {class}">
|
||||
<section class="wire-auth-form wire-component--color-{color} wire-component--size-{size} {class}">
|
||||
<header>
|
||||
<span class="wire-auth-form__icon icon-[lucide--fingerprint]" aria-hidden="true"></span>
|
||||
<div><h2>{title}</h2>{#if description}<p>{description}</p>{/if}</div>
|
||||
@@ -88,6 +88,7 @@ component AuthForm {
|
||||
</form>
|
||||
<slot />
|
||||
</section>
|
||||
<ComponentBaseStyles hidden />
|
||||
}
|
||||
|
||||
style {
|
||||
@@ -147,3 +148,5 @@ component AuthForm {
|
||||
}
|
||||
}
|
||||
}
|
||||
import ComponentBaseStyles from "../styles/ComponentBaseStyles.wrn"
|
||||
import Button from "./button.wrn"
|
||||
|
||||
Reference in New Issue
Block a user