Initial sanitized code sync
This commit is contained in:
15
web/frontend/src/layouts/BlankLayout.vue
Normal file
15
web/frontend/src/layouts/BlankLayout.vue
Normal file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div class="blank-layout">
|
||||
<router-view />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.blank-layout {
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user