Rework login page to be AJAX/Vue.js based
This commit is contained in:
12
app/assets/less/public.less
Normal file
12
app/assets/less/public.less
Normal file
@@ -0,0 +1,12 @@
|
||||
.masthead {
|
||||
height: 100vh;
|
||||
min-height: 500px;
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.app-container {
|
||||
background: #eee;
|
||||
color: #666;
|
||||
}
|
||||
Reference in New Issue
Block a user