-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring graphic appearence of h1
- Loading branch information
1 parent
55b5210
commit 866f2cf
Showing
9 changed files
with
61 additions
and
15 deletions.
There are no files selected for viewing
Binary file modified
BIN
+648 Bytes
(110%)
.sass-cache/6e84fde039dd37a4931e8754f45510801c4a7b30/_base.scssc
Binary file not shown.
Binary file modified
BIN
-6.12 KB
(34%)
.sass-cache/6e84fde039dd37a4931e8754f45510801c4a7b30/_mixins.scssc
Binary file not shown.
Binary file modified
BIN
+3.03 KB
(100%)
.sass-cache/6e84fde039dd37a4931e8754f45510801c4a7b30/style.scssc
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
@mixin handleCharacters($font-family, $color, $font-weight){ | ||
font-family: $font-title; | ||
background-color: $color; | ||
font-weight: $font-weight; | ||
} | ||
|
||
@mixin setFontAwesome($font-family, $content, $padding){ | ||
font-family: $font-family; | ||
content:$content; | ||
padding: $padding; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters