Skip to content

Commit 62cd373

Browse files
committed
Auth pages back to dashboard btn adjust
CSS adjustments
1 parent 63e9fdd commit 62cd373

5 files changed

Lines changed: 20 additions & 20 deletions

File tree

src/app/_common/header/nav/profile/profile.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
<i class="fa fa-gear icon"></i>
3838
Settings
3939
</a>
40-
<div class="dropdown-divider" style="margin: 0;"></div>
41-
<a class="dropdown-item" href="#">
40+
<div class="dropdown-divider" ></div>
41+
<a class="dropdown-item" href="forms.html">
4242
<i class="fa fa-power-off icon"></i>
4343
Logout
4444
</a>

src/app/_common/header/nav/profile/profile.scss

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,19 +51,8 @@
5151
// @include triangle(up, 9px, $dropdown-bg);
5252
}
5353

54-
.profile-dropdown-menu-icon {
55-
padding: 0;
56-
}
57-
58-
.profile-dropdown-menu-topic {
59-
color: #7e8e9f;
60-
padding: 0;
61-
}
62-
63-
6454
a {
6555
padding: 10px 15px;
66-
6756
.icon {
6857
color: $color-primary;
6958
text-align: center;
@@ -76,12 +65,23 @@
7665
text-align: left;
7766
color: $color-text-light;
7867
}
68+
}
69+
70+
.profile-dropdown-menu-icon {
71+
padding: 0;
72+
}
73+
74+
.profile-dropdown-menu-topic {
75+
color: #7e8e9f;
76+
padding: 0;
77+
}
7978

79+
.dropdown-divider {
80+
margin: 0;
8081
}
8182

8283
.logout {
8384
border-top: 1px solid $dropbown-color-border;
84-
//text-align: center;
8585
}
8686

8787

src/auth/login/login-page.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
</div>
3939
</div>
4040
<div class="text-xs-center">
41-
<a href="index.html">
42-
Back to dashboard
41+
<a href="index.html" class="btn btn-secondary rounded btn-sm">
42+
<i class="fa fa-arrow-left"></i> Back to dashboard
4343
</a>
4444
</div>
4545
</div>

src/auth/reset/reset-page.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
</div>
2929
</div>
3030
<div class="text-xs-center">
31-
<a href="index.html">
32-
Back to dashboard
31+
<a href="index.html" class="btn btn-secondary rounded btn-sm">
32+
<i class="fa fa-arrow-left"></i> Back to dashboard
3333
</a>
3434
</div>
3535
</div>

src/auth/signup/signup-page.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
</div>
6161
</div>
6262
<div class="text-xs-center">
63-
<a href="index.html">
64-
Back to dashboard
63+
<a href="index.html" class="btn btn-secondary rounded btn-sm">
64+
<i class="fa fa-arrow-left"></i> Back to dashboard
6565
</a>
6666
</div>
6767
</div>

0 commit comments

Comments
 (0)