refactor: migrate legacy wire namespace to wrn
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
// Auth layout: centers a single card (login/signup). Uses the Wire UI card,
|
||||
// Auth layout: centers a single card (login/signup). Uses the WrNexus UI card,
|
||||
// passing an extra `class` so we can constrain its width.
|
||||
component AuthLayout {
|
||||
view {
|
||||
@@ -20,9 +20,9 @@ component AuthLayout {
|
||||
.auth-card {
|
||||
width: min(100%, 28rem);
|
||||
padding: 2rem;
|
||||
border: 1px solid var(--wire-color-border);
|
||||
border-radius: var(--wire-radius-lg);
|
||||
background: var(--wire-color-surface);
|
||||
border: 1px solid var(--wrn-color-border);
|
||||
border-radius: var(--wrn-radius-lg);
|
||||
background: var(--wrn-color-surface);
|
||||
box-shadow: 0 1.25rem 3rem rgb(0 0 0 / 0.18);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user