Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
d8c201a7fe1ade1c57c8a821178667dca48c7480
Authored by
Igor Kulikov
2020-05-06 14:36:08 +0300
1 parent
ced25c51
OAuth button style improvement
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
ui-ngx/src/app/modules/login/pages/login/login.component.scss
ui-ngx/src/app/modules/login/pages/login/login.component.scss
View file @
d8c201a
...
...
@@ -65,6 +65,11 @@
65
65
min-width
:
20px
;
66
66
}
67
67
68
+
a
.centered
{
69
+
&
:hover
{
70
+
border-bottom
:
0px
;
71
+
}
72
+
}
68
73
69
74
.
centered
:
:
ng-deep
.
mat-button-wrapper
{
70
75
display
:
flex
;
...
...