css update
This commit is contained in:
parent
6ec0484a85
commit
61cb6f6f51
|
@ -24,14 +24,20 @@
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
}
|
}
|
||||||
|
|
||||||
.brz9-icon-fastapi:before {
|
.color.brz9-icon-fastapi:before {
|
||||||
content: "\ea3c";
|
content: "\ea3c";
|
||||||
color: #05998b;
|
color: #05998b;
|
||||||
}
|
}
|
||||||
.brz9-icon-dash:before {
|
.brz9-icon-fastapi:before {
|
||||||
|
content: "\ea3c";
|
||||||
|
}
|
||||||
|
.color.brz9-icon-dash:before {
|
||||||
content: "\ea3d";
|
content: "\ea3d";
|
||||||
color: #008de4;
|
color: #008de4;
|
||||||
}
|
}
|
||||||
|
.brz9-icon-dash:before {
|
||||||
|
content: "\ea3d";
|
||||||
|
}
|
||||||
.brz9-icon-affinitydesigner:before {
|
.brz9-icon-affinitydesigner:before {
|
||||||
content: "\ea00";
|
content: "\ea00";
|
||||||
}
|
}
|
||||||
|
@ -46,6 +52,9 @@
|
||||||
}
|
}
|
||||||
.brz9-icon-kick:before {
|
.brz9-icon-kick:before {
|
||||||
content: "\ea05";
|
content: "\ea05";
|
||||||
|
}
|
||||||
|
.color.brz9-icon-kick:before {
|
||||||
|
content: "\ea05";
|
||||||
color: #53fc18;
|
color: #53fc18;
|
||||||
}
|
}
|
||||||
.brz9-icon-threads:before {
|
.brz9-icon-threads:before {
|
||||||
|
@ -53,6 +62,9 @@
|
||||||
}
|
}
|
||||||
.brz9-icon-adobe:before {
|
.brz9-icon-adobe:before {
|
||||||
content: "\ea12";
|
content: "\ea12";
|
||||||
|
}
|
||||||
|
.color.brz9-icon-adobe:before {
|
||||||
|
content: "\ea12";
|
||||||
color: #f00;
|
color: #f00;
|
||||||
}
|
}
|
||||||
.brz9-icon-fiverr:before {
|
.brz9-icon-fiverr:before {
|
||||||
|
|
Loading…
Reference in New Issue