Skip to content

Commit 8f128b2

Browse files
committed
Auth header style
1 parent 12f7d8c commit 8f128b2

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/auth/auth.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,17 @@
77
transform: translateY(-50%) translateX(-50%);
88

99
.auth-header {
10-
background-color: $color-primary;
10+
//background-color: $color-primary;
1111
text-align: center;
1212
}
1313

1414
.auth-title {
15-
color: $color-text-inverse;
15+
border-bottom: 1px solid $color-primary;
16+
color: $color-primary;
1617
padding: 20px;
1718
line-height: 30px;
1819
font-size: 30px;
20+
font-weight: 600;
1921
margin: 0;
2022
}
2123

0 commit comments

Comments
 (0)