OAuth button style improvement

This commit is contained in:
Igor Kulikov 2020-05-06 14:36:08 +03:00
parent ced25c51c4
commit d8c201a7fe

View File

@ -65,6 +65,11 @@
min-width: 20px;
}
a.centered {
&:hover {
border-bottom: 0px;
}
}
.centered ::ng-deep .mat-button-wrapper {
display: flex;