first commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// Auth layout: centers a single card (login/signup). Uses the Wire UI card,
|
||||
// passing an extra `class` so we can constrain its width.
|
||||
component AuthLayout {
|
||||
view {
|
||||
<div class="auth-wrap">
|
||||
<div data-component="card" class="auth-card">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user