complete UI CSS ownership remediation
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import ComponentBaseStyles from "../styles/ComponentBaseStyles.wrn"
|
||||
|
||||
component AuthSplitLayout {
|
||||
props {
|
||||
size: string = "default"
|
||||
@@ -12,7 +14,7 @@ component AuthSplitLayout {
|
||||
|
||||
view {
|
||||
<main
|
||||
class="wire-auth-split wire-next--color-{color} wire-next--size-{size} {class}"
|
||||
class="wire-auth-split wire-component--color-{color} wire-component--size-{size} {class}"
|
||||
>
|
||||
<section
|
||||
class="wire-auth-split__content"
|
||||
@@ -79,6 +81,7 @@ component AuthSplitLayout {
|
||||
</div>
|
||||
</section>
|
||||
</main>
|
||||
<ComponentBaseStyles hidden />
|
||||
}
|
||||
|
||||
style {
|
||||
|
||||
Reference in New Issue
Block a user