-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
207 changed files
with
407 additions
and
82 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
@@ -1,83 +1,69 @@ | ||
[class^="uil-"]:before, | ||
[class*=" uil-"]:before { | ||
font-family: "unicons"; | ||
[class^="{CSS_PREFIX}-"]:before, | ||
[class*=" {CSS_PREFIX}-"]:before { | ||
font-family: "unicons-{STYLE}"; | ||
font-style: normal; | ||
font-weight: normal; | ||
speak: none; | ||
|
||
display: inline-block; | ||
text-decoration: inherit; | ||
width: 1em; | ||
margin-right: 0.2em; | ||
text-align: center; | ||
/* opacity: .8; */ | ||
|
||
/* For safety - reset parent styles, that can break glyph codes*/ | ||
font-variant: normal; | ||
text-transform: none; | ||
|
||
/* fix buttons height, for twitter bootstrap */ | ||
line-height: 1em; | ||
|
||
/* Animation center compensation - margins should be symmetric */ | ||
/* remove if not needed */ | ||
margin-left: 0.2em; | ||
|
||
/* you can be more comfortable with increased icons size */ | ||
/* font-size: 120%; */ | ||
line-height: 1; | ||
|
||
/* Font smoothing. That was taken from TWBS */ | ||
-webkit-font-smoothing: antialiased; | ||
-moz-osx-font-smoothing: grayscale; | ||
|
||
/* Uncomment for 3D effect */ | ||
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ | ||
} | ||
|
||
/* Flip and Rotate */ | ||
|
||
[class*="uil-"].flip-horizontal:before { | ||
[class*="{CSS_PREFIX}-"].flip-horizontal:before { | ||
transform: scaleX(-1); | ||
} | ||
[class*="uil-"].flip-horizontal.rotate-90:before { | ||
[class*="{CSS_PREFIX}-"].flip-horizontal.rotate-90:before { | ||
transform: rotate(90deg) scaleX(-1); | ||
} | ||
[class*="uil-"].flip-horizontal.rotate-180:before { | ||
[class*="{CSS_PREFIX}-"].flip-horizontal.rotate-180:before { | ||
transform: rotate(180deg) scaleX(-1); | ||
} | ||
[class*="uil-"].flip-horizontal.rotate-270:before { | ||
[class*="{CSS_PREFIX}-"].flip-horizontal.rotate-270:before { | ||
transform: rotate(270deg) scaleX(-1); | ||
} | ||
[class*="uil-"].flip-horizontal.flip-vertical:before { | ||
[class*="{CSS_PREFIX}-"].flip-horizontal.flip-vertical:before { | ||
transform: scale(-1); | ||
} | ||
[class*="uil-"].flip-horizontal.flip-vertical.rotate-90:before { | ||
[class*="{CSS_PREFIX}-"].flip-horizontal.flip-vertical.rotate-90:before { | ||
transform: rotate(90deg) scale(-1); | ||
} | ||
[class*="uil-"].flip-horizontal.flip-vertical.rotate-180:before { | ||
[class*="{CSS_PREFIX}-"].flip-horizontal.flip-vertical.rotate-180:before { | ||
transform: rotate(180deg) scale(-1); | ||
} | ||
[class*="uil-"].flip-horizontal.flip-vertical.rotate-270:before { | ||
[class*="{CSS_PREFIX}-"].flip-horizontal.flip-vertical.rotate-270:before { | ||
transform: rotate(270deg) scale(-1); | ||
} | ||
[class*="uil-"].flip-vertical:before { | ||
[class*="{CSS_PREFIX}-"].flip-vertical:before { | ||
transform: scaleY(-1); | ||
} | ||
[class*="uil-"].flip-vertical.rotate-90:before { | ||
[class*="{CSS_PREFIX}-"].flip-vertical.rotate-90:before { | ||
transform: rotate(90deg) scaleY(-1); | ||
} | ||
[class*="uil-"].flip-vertical.rotate-180:before { | ||
[class*="{CSS_PREFIX}-"].flip-vertical.rotate-180:before { | ||
transform: rotate(180deg) scaleY(-1); | ||
} | ||
[class*="uil-"].flip-vertical.rotate-270:before { | ||
[class*="{CSS_PREFIX}-"].flip-vertical.rotate-270:before { | ||
transform: rotate(270deg) scaleY(-1); | ||
} | ||
[class*="uil-"].rotate-90:before { | ||
[class*="{CSS_PREFIX}-"].rotate-90:before { | ||
transform: rotate(90deg); | ||
} | ||
[class*="uil-"].rotate-180:before { | ||
[class*="{CSS_PREFIX}-"].rotate-180:before { | ||
transform: rotate(180deg); | ||
} | ||
[class*="uil-"].rotate-270:before { | ||
[class*="{CSS_PREFIX}-"].rotate-270:before { | ||
transform: rotate(270deg); | ||
} |
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,52 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<meta http-equiv="X-UA-Compatible" content="ie=edge" /> | ||
<title>Unicons</title> | ||
<link rel="stylesheet" href="./css/solid.css" /> | ||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous"> | ||
</head> | ||
<body> | ||
<h1 style="color: #43ab92;">Icon is here <i class="uis uis-airplay"></i></h1> | ||
<h2 style="color: #f75f00">Icon is here <i class="uis uis-analysis"></i></h2> | ||
<h3 style="color: #c93838"> | ||
Icon is here <i class="uis uis-angle-double-up"></i> | ||
</h3> | ||
<h4 style="color: #512c62"> | ||
Icon is here <i class="uis uis-arrow-circle-right"></i> | ||
</h4> | ||
<h5 style="color: #000000"> | ||
Icon is here <i class="uis uis-arrow-up-right"></i> | ||
</h5> | ||
<p style="color: green"> | ||
<i class="uis uis-object-group"></i> Paragraph<i class="uis uis-chart"></i> | ||
</p> | ||
|
||
<h1 style="color: #ec9b3b"> | ||
Icon is here <i class="uis uis-white uis-clock-ten"></i> | ||
</h1> | ||
<h1 style="color: #f75f00; --uis-color: #000000"> | ||
Icon is here <i class="uis uis-white uis-compress"></i> | ||
</h1> | ||
<h1 style="color: #c93838"> | ||
Icon is here <i class="uis uis-white uis-scenery"></i> | ||
</h1> | ||
<h1 style="color: #512c62"> | ||
Icon is here <i class="uis uis-white uis-horizontal-align-left"></i> | ||
</h1> | ||
<h1 style="color: #000000"> | ||
Icon is here <i class="uis uis-white uis-record-audio"></i> | ||
</h1> | ||
|
||
<button type="button" class="btn btn-primary btn-lg"> | ||
<i class="uis uis-arrow-circle-right"></i> | ||
Click Me | ||
</button> | ||
<button type="button" class="btn btn-primary"> | ||
<i class="uis uis-arrow-circle-right"></i> | ||
Click Me | ||
</button> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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.
Oops, something went wrong.