mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
added card for auth discord
This commit is contained in:
@@ -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;
|
||||
}
|
||||
BIN
luckydiamond/src/assets/icons-header/discord-icon.png
Normal file
BIN
luckydiamond/src/assets/icons-header/discord-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 778 B |
Reference in New Issue
Block a user