mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
Replace inline styles w/ fontawesome 5 brand classes
This commit is contained in:
parent
2d4960a3ab
commit
b9c7108fd7
1 changed files with 14 additions and 0 deletions
|
@ -296,6 +296,20 @@ button > i.fas {
|
|||
right: 3px;
|
||||
}
|
||||
|
||||
/* Font Awesome 5 brands */
|
||||
.fa-reddit {
|
||||
color: #ff4500;
|
||||
}
|
||||
.fa-twitter {
|
||||
color: #55acee
|
||||
}
|
||||
.fa-discord {
|
||||
color: #7289da
|
||||
}
|
||||
.fa-github {
|
||||
color: #151b23
|
||||
}
|
||||
|
||||
.bg-dark {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue