added card for auth discord

This commit is contained in:
Kostya
2023-11-19 00:00:18 +03:00
parent ca9964cdf8
commit c4f6db648c
3 changed files with 29 additions and 1 deletions

View File

@@ -120,4 +120,30 @@
.header__card--discord img {
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.header__card--auth {
display: flex;
align-items: center;
text-align: center;
margin-right: 20px;
}
.auth__card--content a {
display: flex;
align-items: center;
border-radius: 13px;
background: #5865F2;
box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
color: #000;
font-size: 16px;
font-weight: 600;
font-family: Montserrat;
padding: 11px 26px 11px 21px;
text-decoration: none;
text-transform: uppercase;
}
.auth__card--content a span img {
margin-right: 5px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 778 B