Skip to content

Commit 0988724

Browse files
committed
Lastest PR changes in css
1 parent ff9c02c commit 0988724

File tree

4 files changed

+17
-32
lines changed

4 files changed

+17
-32
lines changed

projects/arc-lib/src/lib/components/auth/login/login.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ <h3>Welcome to Arc by SourceFuse</h3>
8080
</div>
8181

8282
<!-- Social login button -->
83-
<div class="sign-in-button">
83+
<div class="sign-up-button">
8484
<button nbButton shape="round" size="medium" (click)="loginViaGoogle()">
8585
<img
8686
src="../../../assets/images/auth/image.png"

projects/arc-lib/src/lib/components/auth/login/login.component.scss

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,6 @@
5050
}
5151
}
5252

53-
.sign-in-button {
54-
button {
55-
font-weight: normal;
56-
border: 1px solid #d9d9d9;
57-
background: #fff;
58-
text-transform: inherit;
59-
font-size: 13px;
60-
&:hover {
61-
border: 1px solid #8f8f8f;
62-
}
63-
img {
64-
margin-right: 5px;
65-
}
66-
}
67-
}
6853
.footer {
6954
color: #525252;
7055
a {

projects/arc-lib/src/lib/components/auth/signup/signup.component.scss

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

68-
.sign-up-button {
69-
button {
70-
font-weight: normal;
71-
border: 1px solid #d9d9d9;
72-
background: #fff;
73-
text-transform: inherit;
74-
font-size: 13px;
75-
&:hover {
76-
border: 1px solid #8f8f8f;
77-
}
78-
img{
79-
margin-right: 5px;
80-
}
81-
}
82-
}
83-
8468
.forgotpassword{
8569
position: relative;
8670
top: -40px;

projects/arc/src/styles.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,22 @@ router-outlet.main-router + * {
7070
}
7171
}
7272

73+
.sign-up-button {
74+
button {
75+
font-weight: normal;
76+
border: 1px solid #d9d9d9;
77+
background: #fff;
78+
text-transform: inherit;
79+
font-size: 13px;
80+
&:hover {
81+
border: 1px solid #8f8f8f;
82+
}
83+
img{
84+
margin-right: 5px;
85+
}
86+
}
87+
}
88+
7389
h1,
7490
.h1 {
7591
font-size: 2.25rem !important;

0 commit comments

Comments
 (0)