mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-03-19 04:05:39 +00:00
Remove font-awesome
This commit is contained in:
@@ -1,32 +0,0 @@
|
||||
@import "../node_modules/font-awesome/scss/_variables.scss";
|
||||
@import "../node_modules/font-awesome/scss/_core.scss";
|
||||
|
||||
@font-face {
|
||||
font-family: "FontAwesome";
|
||||
src: url("../node_modules/font-awesome/fonts/fontawesome-webfont.woff2?v=@{fa-version}")
|
||||
format("woff2"),
|
||||
url("../node_modules/font-awesome/fonts/fontawesome-webfont.woff?v=@{fa-version}")
|
||||
format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix}-linkedin:before {
|
||||
content: $fa-var-linkedin;
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix}-github:before {
|
||||
content: $fa-var-github;
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix}-slack:before {
|
||||
content: $fa-var-slack;
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix}-twitter:before {
|
||||
content: $fa-var-twitter;
|
||||
}
|
||||
|
||||
.#{$fa-css-prefix}-facebook:before {
|
||||
content: $fa-var-facebook;
|
||||
}
|
||||
@@ -5,7 +5,6 @@ $textColor: #444;
|
||||
$feedWidth: 500px;
|
||||
$footerHeight: 50px;
|
||||
|
||||
@import "_icons";
|
||||
@import "_input";
|
||||
@import "_button";
|
||||
@import "_header";
|
||||
@@ -388,6 +387,11 @@ footer {
|
||||
margin-top: 1em;
|
||||
}
|
||||
}
|
||||
.social {
|
||||
height: 30px;
|
||||
margin-left: .5em;
|
||||
margin-right: .5em;
|
||||
}
|
||||
.feed {
|
||||
width: $feedWidth;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user