Skip to content

Commit 94cb11b

Browse files
committed
Merge branch 'develop'
2 parents f404548 + 7469955 commit 94cb11b

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

src/app/app-layout.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: _main-layout
3+
themeTitle: ModularAdmin
34
---
45
<div class="main-wrapper">
56
<div class="app" id="app">

src/app/app.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,8 @@
6565
}
6666
}
6767

68+
&.blank {
69+
background-color: #667380;
70+
}
71+
6872
}

src/auth/login/login-page.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: auth/auth-layout
3+
themeTitle: ModularAdmin
34
---
45
<div class="auth-container">
56
<div class="card">

src/auth/reset/reset-page.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: auth/auth-layout
3+
themeTitle: ModularAdmin
34
---
45
<div class="auth-container">
56
<div class="card">

src/auth/signup/signup-page.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
layout: auth/auth-layout
3+
themeTitle: ModularAdmin
34
---
45
<div class="auth-container">
56
<div class="card">

0 commit comments

Comments
 (0)