Bump font awesome to 5.11.1
@@ -18,9 +18,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="template-items">
|
<div class="template-items">
|
||||||
<div class="doc-item input-group">
|
<div class="doc-item input-group">
|
||||||
<a class="link btn btn-outline-primary btn-labeled shadow-sm form-control" href="" target="_blank"><span class="btn-label"><i class="fal file-icon fa-file-image"></i></span><span class="btn-desc">Programme Acupuncture 1A 2019-2020 CATC CH.pdf</span></a>
|
<a class="link btn btn-outline-primary btn-labeled shadow-sm form-control" href="" target="_blank"><span class="btn-label"><i class="file-icon fa-file-image"></i></span><span class="btn-desc">Programme Acupuncture 1A 2019-2020 CATC CH.pdf</span></a>
|
||||||
<div class="input-group-append">
|
<div class="input-group-append">
|
||||||
<button type="button" class="delete btn btn-danger shadow-sm pdf"><i class="fal fa-delete"></i></button>
|
<button type="button" class="delete btn btn-danger shadow-sm pdf"><i class="fa-delete"></i></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<div class="form-group align-items-center">
|
<div class="form-group align-items-center">
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<div class="input-group-prepend">
|
<div class="input-group-prepend">
|
||||||
<span class="input-group-text" data-toggle="tooltip" data-placement="left" title="Username"><i class="fal fa-user"></i></span>
|
<span class="input-group-text" data-toggle="tooltip" data-placement="left" title="Username"><i class="fa-user"></i></span>
|
||||||
</div>
|
</div>
|
||||||
<input type="text" class="form-control" placeholder="Nickname" name="login" id="login" value="Franzz" />
|
<input type="text" class="form-control" placeholder="Nickname" name="login" id="login" value="Franzz" />
|
||||||
</div>
|
</div>
|
||||||
@@ -11,7 +11,7 @@
|
|||||||
<div class="form-group align-items-center">
|
<div class="form-group align-items-center">
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<div class="input-group-prepend">
|
<div class="input-group-prepend">
|
||||||
<span class="input-group-text" data-toggle="tooltip" data-placement="left" title="Password"><i class="fal fa-password"></i></span>
|
<span class="input-group-text" data-toggle="tooltip" data-placement="left" title="Password"><i class="fa-password"></i></span>
|
||||||
</div>
|
</div>
|
||||||
<input type="password" class="form-control" placeholder="Password" name="pass" id="pass" value="123456" />
|
<input type="password" class="form-control" placeholder="Password" name="pass" id="pass" value="123456" />
|
||||||
</div>
|
</div>
|
||||||
@@ -20,8 +20,8 @@
|
|||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<div class="input-group-prepend">
|
<div class="input-group-prepend">
|
||||||
<span class="input-group-text" data-toggle="tooltip" data-placement="left" title="Repeat password">
|
<span class="input-group-text" data-toggle="tooltip" data-placement="left" title="Repeat password">
|
||||||
<i class="fal fa-password first"></i>
|
<i class="fa-password first"></i>
|
||||||
<i class="fal fa-password second"></i>
|
<i class="fa-password second"></i>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<input type="password" class="form-control" placeholder="Confirm password" name="pass_conf" id="pass_conf" value="123456" />
|
<input type="password" class="form-control" placeholder="Confirm password" name="pass_conf" id="pass_conf" value="123456" />
|
||||||
|
|||||||
@@ -7,21 +7,21 @@
|
|||||||
<nav class="navbar navbar-expand p-0 justify-content-end">
|
<nav class="navbar navbar-expand p-0 justify-content-end">
|
||||||
<form class="container-fluid">
|
<form class="container-fluid">
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<div class="input-group-prepend"><span class="input-group-text"><i class="fal fa-search"></i></span></div>
|
<div class="input-group-prepend"><span class="input-group-text"><i class="fa-search"></i></span></div>
|
||||||
<input id="search" class="form-control my-0" type="search" placeholder="Search" aria-label="Search" autocomplete="off" />
|
<input id="search" class="form-control my-0" type="search" placeholder="Search" aria-label="Search" autocomplete="off" />
|
||||||
<div class="input-group-append">
|
<div class="input-group-append">
|
||||||
<button class="btn btn-outline-primary" type="button" id="add_def" data-toggle="modal" data-id="0" data-target="#add-def"><i class="fal fa-add"></i></button>
|
<button class="btn btn-outline-primary" type="button" id="add_def" data-toggle="modal" data-id="0" data-target="#add-def"><i class="fa-add"></i></button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<button class="home btn btn-outline-primary ml-2 my-0" type="button"><i class="fal fa-home"></i></button>
|
<button class="home btn btn-outline-primary ml-2 my-0" type="button"><i class="fa-home"></i></button>
|
||||||
<button class="logoff btn btn-outline-primary ml-2 my-0" type="button" data-toggle="modal" data-target="#log-off"><i class="fal fa-logoff"></i></button>
|
<button class="logoff btn btn-outline-primary ml-2 my-0" type="button" data-toggle="modal" data-target="#log-off"><i class="fa-logoff"></i></button>
|
||||||
</form>
|
</form>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
<div id="main_title"><h1></h1></div>
|
<div id="main_title"><h1></h1></div>
|
||||||
<div id="main"></div>
|
<div id="main"></div>
|
||||||
<div id="side">
|
<div id="side">
|
||||||
<div class="tag write"><a href="#write" class="fal fa-write"></a></div>
|
<div class="tag write"><a href="#write" class="fa-write"></a></div>
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
<span>Designed and powered by Franzz & Clarita - CATC Notes Project under <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GPLv3</a> License</span>
|
<span>Designed and powered by Franzz & Clarita - CATC Notes Project under <a href="http://www.gnu.org/licenses/gpl.html" target="_blank">GPLv3</a> License</span>
|
||||||
@@ -31,7 +31,7 @@
|
|||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h5 class="modal-title" id="add_def_title"></h5>
|
<h5 class="modal-title" id="add_def_title"></h5>
|
||||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true"><i class="fal fa-close"></i></span></button>
|
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true"><i class="fa-close"></i></span></button>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body">
|
<div class="modal-body">
|
||||||
<form id="def_form">
|
<form id="def_form">
|
||||||
@@ -56,9 +56,9 @@
|
|||||||
<div class="modal-dialog modal-dialog-centered" role="document">
|
<div class="modal-dialog modal-dialog-centered" role="document">
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<h5 class="modal-title"><i class="fal fa-logoff fa-inline"></i>Signing Off</h5>
|
<h5 class="modal-title"><i class="fa-logoff fa-inline"></i>Signing Off</h5>
|
||||||
</div>
|
</div>
|
||||||
<div class="modal-body text-center m-3"><i class="fal fa-loading fa-2x fa-spin"></i></div>
|
<div class="modal-body text-center m-3"><i class="fa-loading fa-2x fa-spin"></i></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<div id="workshop" class="container">
|
<div id="workshop" class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-auto"><button type="button" class="back btn btn-primary"><i class="fal fa-previous"></i></button></div>
|
<div class="col-auto"><button type="button" class="back btn btn-primary"><i class="fa-previous"></i></button></div>
|
||||||
<div class="col"><div id="course-list" class="list-group"></div></div>
|
<div class="col"><div id="course-list" class="list-group"></div></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -70,7 +70,7 @@ var Tools = {
|
|||||||
|
|
||||||
getIcon: function(sIcon, bFull){
|
getIcon: function(sIcon, bFull){
|
||||||
bFull = bFull || false;
|
bFull = bFull || false;
|
||||||
return $('<i>', {'class': bFull?sIcon:('fal fa-'+sIcon)});
|
return $('<i>', {'class': bFull?sIcon:('fa-'+sIcon)});
|
||||||
},
|
},
|
||||||
|
|
||||||
feedback: function(sClass, sMsg, $Box)
|
feedback: function(sClass, sMsg, $Box)
|
||||||
@@ -86,7 +86,7 @@ var Tools = {
|
|||||||
if(sClass=='danger' && sMsg=='') sMsg = 'Oops ! An unknown error occured';
|
if(sClass=='danger' && sMsg=='') sMsg = 'Oops ! An unknown error occured';
|
||||||
|
|
||||||
$('<div>', {'class':'alert shadow alert-dismissible fade show alert-'+sClass, role:'alert'})
|
$('<div>', {'class':'alert shadow alert-dismissible fade show alert-'+sClass, role:'alert'})
|
||||||
.append($('<i>', {'class':'fal fa-inline fa-'+sClass}))
|
.append($('<i>', {'class':'fa-inline fa-'+sClass}))
|
||||||
.append(addPunctuation(sMsg))
|
.append(addPunctuation(sMsg))
|
||||||
.append($('<button>', {type:'button', 'class':'close', 'data-dismiss':'alert', 'aria-label':'Close'})
|
.append($('<button>', {type:'button', 'class':'close', 'data-dismiss':'alert', 'aria-label':'Close'})
|
||||||
.append($('<span>', {'aria-hidden':'true'}).appendIcon('close'))
|
.append($('<span>', {'aria-hidden':'true'}).appendIcon('close'))
|
||||||
@@ -205,7 +205,7 @@ $.prototype.checkForm = function(sSelector)
|
|||||||
var sFieldName = $This.attr('placeholder');
|
var sFieldName = $This.attr('placeholder');
|
||||||
|
|
||||||
//Icon
|
//Icon
|
||||||
var sFieldIcon = $This.prev().find('.input-group-text').find('.fal').attr('class');
|
var sFieldIcon = $This.prev().find('.input-group-text').find("[class^='fa-']").attr('class');
|
||||||
var $FieldIcon = (sFieldIcon==undefined)?'':Tools.getIcon(sFieldIcon, true).addClass('fa-fw bold');
|
var $FieldIcon = (sFieldIcon==undefined)?'':Tools.getIcon(sFieldIcon, true).addClass('fa-fw bold');
|
||||||
|
|
||||||
if(sFieldValue=='' || sFieldValue==$This.data('default_value')) {
|
if(sFieldValue=='' || sFieldValue==$This.data('default_value')) {
|
||||||
|
|||||||
@@ -17,31 +17,31 @@ $fa-css-prefix: fa;
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Common
|
//Common
|
||||||
.#{$fa-css-prefix}-previous:before { content: fa-content($fa-var-chevron-left); }
|
.#{$fa-css-prefix}-previous:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-chevron-left); }
|
||||||
.#{$fa-css-prefix}-next:before { content: fa-content($fa-var-chevron-right); }
|
.#{$fa-css-prefix}-next:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-chevron-right); }
|
||||||
.#{$fa-css-prefix}-close:before { content: fa-content($fa-var-times); }
|
.#{$fa-css-prefix}-close:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-times); }
|
||||||
.#{$fa-css-prefix}-add:before { content: fa-content($fa-var-plus); }
|
.#{$fa-css-prefix}-add:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-plus); }
|
||||||
.#{$fa-css-prefix}-edit:before { content: fa-content($fa-var-pencil); }
|
.#{$fa-css-prefix}-edit:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-pencil); }
|
||||||
.#{$fa-css-prefix}-delete:before { content: fa-content($fa-var-trash-alt); }
|
.#{$fa-css-prefix}-delete:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-trash-alt); }
|
||||||
.#{$fa-css-prefix}-loading:before { content: fa-content($fa-var-spinner-third); }
|
.#{$fa-css-prefix}-loading:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-spinner-third); }
|
||||||
|
|
||||||
.#{$fa-css-prefix}-danger:before { content: fa-content($fa-var-exclamation-square); }
|
.#{$fa-css-prefix}-danger:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-exclamation-square); }
|
||||||
.#{$fa-css-prefix}-warning:before { content: fa-content($fa-var-exclamation-triangle); }
|
.#{$fa-css-prefix}-warning:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-exclamation-triangle); }
|
||||||
.#{$fa-css-prefix}-primary:before { content: fa-content($fa-var-info-circle); }
|
.#{$fa-css-prefix}-primary:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-info-circle); }
|
||||||
|
|
||||||
//Logon
|
//Logon
|
||||||
.#{$fa-css-prefix}-user:before { content: fa-content($fa-var-user); }
|
.#{$fa-css-prefix}-user:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-user); }
|
||||||
.#{$fa-css-prefix}-password:before { content: fa-content($fa-var-key); }
|
.#{$fa-css-prefix}-password:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-key); }
|
||||||
|
|
||||||
//Menu
|
//Menu
|
||||||
.#{$fa-css-prefix}-search:before { content: fa-content($fa-var-search); }
|
.#{$fa-css-prefix}-search:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-search); }
|
||||||
.#{$fa-css-prefix}-home:before { content: fa-content($fa-var-home); }
|
.#{$fa-css-prefix}-home:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-home); }
|
||||||
.#{$fa-css-prefix}-logoff:before { content: fa-content($fa-var-sign-out-alt); }
|
.#{$fa-css-prefix}-logoff:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-sign-out-alt);}
|
||||||
|
|
||||||
//Course
|
//Course
|
||||||
.#{$fa-css-prefix}-file-upload:before { content: fa-content($fa-var-file-upload); }
|
.#{$fa-css-prefix}-file-upload:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-file-upload); }
|
||||||
.#{$fa-css-prefix}-file-image:before { content: fa-content($fa-var-file-image); }
|
.#{$fa-css-prefix}-file-image:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-file-image); }
|
||||||
.#{$fa-css-prefix}-file-audio:before { content: fa-content($fa-var-file-audio); }
|
.#{$fa-css-prefix}-file-audio:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-file-audio); }
|
||||||
.#{$fa-css-prefix}-file-video:before { content: fa-content($fa-var-file-video); }
|
.#{$fa-css-prefix}-file-video:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-file-video); }
|
||||||
.#{$fa-css-prefix}-file-pdf:before { content: fa-content($fa-var-file-pdf); }
|
.#{$fa-css-prefix}-file-pdf:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-file-pdf); }
|
||||||
.#{$fa-css-prefix}-file-word:before { content: fa-content($fa-var-file-word); }
|
.#{$fa-css-prefix}-file-word:before {@extend %fa-icon; @extend .fal; content: fa-content($fa-var-file-word); }
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ a.button:active {
|
|||||||
background-color: $col_main_2;
|
background-color: $col_main_2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-group-text i.fal {
|
.input-group-text i.fad {
|
||||||
@extend .fa-fw;
|
@extend .fa-fw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,20 +1,20 @@
|
|||||||
// Animated Icons
|
// Animated Icons
|
||||||
// --------------------------
|
// --------------------------
|
||||||
|
|
||||||
.#{$fa-css-prefix}-spin {
|
.#{$fa-css-prefix}-spin {
|
||||||
animation: fa-spin 2s infinite linear;
|
animation: fa-spin 2s infinite linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
.#{$fa-css-prefix}-pulse {
|
.#{$fa-css-prefix}-pulse {
|
||||||
animation: fa-spin 1s infinite steps(8);
|
animation: fa-spin 1s infinite steps(8);
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes fa-spin {
|
@keyframes fa-spin {
|
||||||
0% {
|
0% {
|
||||||
transform: rotate(0deg);
|
transform: rotate(0deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
100% {
|
100% {
|
||||||
transform: rotate(360deg);
|
transform: rotate(360deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,20 +1,20 @@
|
|||||||
// Bordered & Pulled
|
// Bordered & Pulled
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
.#{$fa-css-prefix}-border {
|
.#{$fa-css-prefix}-border {
|
||||||
border: solid .08em $fa-border-color;
|
border: solid .08em $fa-border-color;
|
||||||
border-radius: .1em;
|
border-radius: .1em;
|
||||||
padding: .2em .25em .15em;
|
padding: .2em .25em .15em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.#{$fa-css-prefix}-pull-left { float: left; }
|
.#{$fa-css-prefix}-pull-left { float: left; }
|
||||||
.#{$fa-css-prefix}-pull-right { float: right; }
|
.#{$fa-css-prefix}-pull-right { float: right; }
|
||||||
|
|
||||||
.#{$fa-css-prefix},
|
.#{$fa-css-prefix},
|
||||||
.fas,
|
.fas,
|
||||||
.far,
|
.far,
|
||||||
.fal,
|
.fal,
|
||||||
.fab {
|
.fab {
|
||||||
&.#{$fa-css-prefix}-pull-left { margin-right: .3em; }
|
&.#{$fa-css-prefix}-pull-left { margin-right: .3em; }
|
||||||
&.#{$fa-css-prefix}-pull-right { margin-left: .3em; }
|
&.#{$fa-css-prefix}-pull-right { margin-left: .3em; }
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,20 +1,21 @@
|
|||||||
// Base Class Definition
|
// Base Class Definition
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
.#{$fa-css-prefix},
|
.#{$fa-css-prefix},
|
||||||
.fas,
|
.fas,
|
||||||
.far,
|
.far,
|
||||||
.fal,
|
.fal,
|
||||||
.fab {
|
.fad,
|
||||||
-moz-osx-font-smoothing: grayscale;
|
.fab {
|
||||||
-webkit-font-smoothing: antialiased;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
display: inline-block;
|
-webkit-font-smoothing: antialiased;
|
||||||
font-style: normal;
|
display: inline-block;
|
||||||
font-variant: normal;
|
font-style: normal;
|
||||||
text-rendering: auto;
|
font-variant: normal;
|
||||||
line-height: 1;
|
text-rendering: auto;
|
||||||
}
|
line-height: 1;
|
||||||
|
}
|
||||||
%fa-icon {
|
|
||||||
@include fa-icon;
|
%fa-icon {
|
||||||
}
|
@include fa-icon;
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
// Fixed Width Icons
|
// Fixed Width Icons
|
||||||
// -------------------------
|
// -------------------------
|
||||||
.#{$fa-css-prefix}-fw {
|
.#{$fa-css-prefix}-fw {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: $fa-fw-width;
|
width: $fa-fw-width;
|
||||||
}
|
}
|
||||||
|
|||||||
3951
style/fa/_icons.scss
@@ -1,23 +1,23 @@
|
|||||||
// Icon Sizes
|
// Icon Sizes
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
// makes the font 33% larger relative to the icon container
|
// makes the font 33% larger relative to the icon container
|
||||||
.#{$fa-css-prefix}-lg {
|
.#{$fa-css-prefix}-lg {
|
||||||
font-size: (4em / 3);
|
font-size: (4em / 3);
|
||||||
line-height: (3em / 4);
|
line-height: (3em / 4);
|
||||||
vertical-align: -.0667em;
|
vertical-align: -.0667em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.#{$fa-css-prefix}-xs {
|
.#{$fa-css-prefix}-xs {
|
||||||
font-size: .75em;
|
font-size: .75em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.#{$fa-css-prefix}-sm {
|
.#{$fa-css-prefix}-sm {
|
||||||
font-size: .875em;
|
font-size: .875em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@for $i from 1 through 10 {
|
@for $i from 1 through 10 {
|
||||||
.#{$fa-css-prefix}-#{$i}x {
|
.#{$fa-css-prefix}-#{$i}x {
|
||||||
font-size: $i * 1em;
|
font-size: $i * 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,18 +1,18 @@
|
|||||||
// List Icons
|
// List Icons
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
.#{$fa-css-prefix}-ul {
|
.#{$fa-css-prefix}-ul {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
margin-left: $fa-li-width * 5/4;
|
margin-left: $fa-li-width * 5/4;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
|
||||||
> li { position: relative; }
|
> li { position: relative; }
|
||||||
}
|
}
|
||||||
|
|
||||||
.#{$fa-css-prefix}-li {
|
.#{$fa-css-prefix}-li {
|
||||||
left: -$fa-li-width;
|
left: -$fa-li-width;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: $fa-li-width;
|
width: $fa-li-width;
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,57 +1,56 @@
|
|||||||
// Mixins
|
// Mixins
|
||||||
// --------------------------
|
// --------------------------
|
||||||
|
|
||||||
@mixin fa-icon {
|
@mixin fa-icon {
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-variant: normal;
|
font-variant: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
vertical-align: -.125em;
|
}
|
||||||
}
|
|
||||||
|
@mixin fa-icon-rotate($degrees, $rotation) {
|
||||||
@mixin fa-icon-rotate($degrees, $rotation) {
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation})";
|
||||||
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation})";
|
transform: rotate($degrees);
|
||||||
transform: rotate($degrees);
|
}
|
||||||
}
|
|
||||||
|
@mixin fa-icon-flip($horiz, $vert, $rotation) {
|
||||||
@mixin fa-icon-flip($horiz, $vert, $rotation) {
|
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}, mirror=1)";
|
||||||
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=#{$rotation}, mirror=1)";
|
transform: scale($horiz, $vert);
|
||||||
transform: scale($horiz, $vert);
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
// Only display content to screen readers. A la Bootstrap 4.
|
||||||
// Only display content to screen readers. A la Bootstrap 4.
|
//
|
||||||
//
|
// See: http://a11yproject.com/posts/how-to-hide-content/
|
||||||
// See: http://a11yproject.com/posts/how-to-hide-content/
|
|
||||||
|
@mixin sr-only {
|
||||||
@mixin sr-only {
|
border: 0;
|
||||||
border: 0;
|
clip: rect(0, 0, 0, 0);
|
||||||
clip: rect(0, 0, 0, 0);
|
height: 1px;
|
||||||
height: 1px;
|
margin: -1px;
|
||||||
margin: -1px;
|
overflow: hidden;
|
||||||
overflow: hidden;
|
padding: 0;
|
||||||
padding: 0;
|
position: absolute;
|
||||||
position: absolute;
|
width: 1px;
|
||||||
width: 1px;
|
}
|
||||||
}
|
|
||||||
|
// Use in conjunction with .sr-only to only display content when it's focused.
|
||||||
// Use in conjunction with .sr-only to only display content when it's focused.
|
//
|
||||||
//
|
// Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
|
||||||
// Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
|
//
|
||||||
//
|
// Credit: HTML5 Boilerplate
|
||||||
// Credit: HTML5 Boilerplate
|
|
||||||
|
@mixin sr-only-focusable {
|
||||||
@mixin sr-only-focusable {
|
&:active,
|
||||||
&:active,
|
&:focus {
|
||||||
&:focus {
|
clip: auto;
|
||||||
clip: auto;
|
height: auto;
|
||||||
height: auto;
|
margin: 0;
|
||||||
margin: 0;
|
overflow: visible;
|
||||||
overflow: visible;
|
position: static;
|
||||||
position: static;
|
width: auto;
|
||||||
width: auto;
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|||||||
@@ -1,23 +1,24 @@
|
|||||||
// Rotated & Flipped Icons
|
// Rotated & Flipped Icons
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
.#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); }
|
.#{$fa-css-prefix}-rotate-90 { @include fa-icon-rotate(90deg, 1); }
|
||||||
.#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); }
|
.#{$fa-css-prefix}-rotate-180 { @include fa-icon-rotate(180deg, 2); }
|
||||||
.#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); }
|
.#{$fa-css-prefix}-rotate-270 { @include fa-icon-rotate(270deg, 3); }
|
||||||
|
|
||||||
.#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); }
|
.#{$fa-css-prefix}-flip-horizontal { @include fa-icon-flip(-1, 1, 0); }
|
||||||
.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); }
|
.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(1, -1, 2); }
|
||||||
.#{$fa-css-prefix}-flip-horizontal.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(-1, -1, 2); }
|
.#{$fa-css-prefix}-flip-both, .#{$fa-css-prefix}-flip-horizontal.#{$fa-css-prefix}-flip-vertical { @include fa-icon-flip(-1, -1, 2); }
|
||||||
|
|
||||||
// Hook for IE8-9
|
// Hook for IE8-9
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
.#{$fa-css-prefix}-rotate-90,
|
.#{$fa-css-prefix}-rotate-90,
|
||||||
.#{$fa-css-prefix}-rotate-180,
|
.#{$fa-css-prefix}-rotate-180,
|
||||||
.#{$fa-css-prefix}-rotate-270,
|
.#{$fa-css-prefix}-rotate-270,
|
||||||
.#{$fa-css-prefix}-flip-horizontal,
|
.#{$fa-css-prefix}-flip-horizontal,
|
||||||
.#{$fa-css-prefix}-flip-vertical {
|
.#{$fa-css-prefix}-flip-vertical,
|
||||||
filter: none;
|
.#{$fa-css-prefix}-flip-both {
|
||||||
}
|
filter: none;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
// Screen Readers
|
// Screen Readers
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
.sr-only { @include sr-only; }
|
.sr-only { @include sr-only; }
|
||||||
.sr-only-focusable { @include sr-only-focusable; }
|
.sr-only-focusable { @include sr-only-focusable; }
|
||||||
|
|||||||
4124
style/fa/_shims.scss
@@ -1,31 +1,31 @@
|
|||||||
// Stacked Icons
|
// Stacked Icons
|
||||||
// -------------------------
|
// -------------------------
|
||||||
|
|
||||||
.#{$fa-css-prefix}-stack {
|
.#{$fa-css-prefix}-stack {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 2em;
|
height: 2em;
|
||||||
line-height: 2em;
|
line-height: 2em;
|
||||||
position: relative;
|
position: relative;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
width: ($fa-fw-width*2);
|
width: ($fa-fw-width*2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.#{$fa-css-prefix}-stack-1x,
|
.#{$fa-css-prefix}-stack-1x,
|
||||||
.#{$fa-css-prefix}-stack-2x {
|
.#{$fa-css-prefix}-stack-2x {
|
||||||
left: 0;
|
left: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.#{$fa-css-prefix}-stack-1x {
|
.#{$fa-css-prefix}-stack-1x {
|
||||||
line-height: inherit;
|
line-height: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.#{$fa-css-prefix}-stack-2x {
|
.#{$fa-css-prefix}-stack-2x {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.#{$fa-css-prefix}-inverse {
|
.#{$fa-css-prefix}-inverse {
|
||||||
color: $fa-inverse;
|
color: $fa-inverse;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,21 +1,22 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Pro 5.11.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license (Commercial License)
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
*/
|
*/
|
||||||
@import 'variables';
|
@import 'variables';
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Font Awesome 5 Brands';
|
font-family: 'Font Awesome 5 Brands';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
src: url('#{$fa-font-path}/fa-brands-400.eot');
|
font-display: $fa-font-display;
|
||||||
src: url('#{$fa-font-path}/fa-brands-400.eot?#iefix') format('embedded-opentype'),
|
src: url('#{$fa-font-path}/fa-brands-400.eot');
|
||||||
url('#{$fa-font-path}/fa-brands-400.woff2') format('woff2'),
|
src: url('#{$fa-font-path}/fa-brands-400.eot?#iefix') format('embedded-opentype'),
|
||||||
url('#{$fa-font-path}/fa-brands-400.woff') format('woff'),
|
url('#{$fa-font-path}/fa-brands-400.woff2') format('woff2'),
|
||||||
url('#{$fa-font-path}/fa-brands-400.ttf') format('truetype'),
|
url('#{$fa-font-path}/fa-brands-400.woff') format('woff'),
|
||||||
url('#{$fa-font-path}/fa-brands-400.svg#fontawesome') format('svg');
|
url('#{$fa-font-path}/fa-brands-400.ttf') format('truetype'),
|
||||||
}
|
url('#{$fa-font-path}/fa-brands-400.svg#fontawesome') format('svg');
|
||||||
|
}
|
||||||
.fab {
|
|
||||||
font-family: 'Font Awesome 5 Brands';
|
.fab {
|
||||||
}
|
font-family: 'Font Awesome 5 Brands';
|
||||||
|
}
|
||||||
|
|||||||
1794
style/fa/duotone.scss
Normal file
32
style/fa/fontawesome.scss
vendored
@@ -1,16 +1,16 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Pro 5.11.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license (Commercial License)
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
*/
|
*/
|
||||||
@import 'variables';
|
@import 'variables';
|
||||||
@import 'mixins';
|
@import 'mixins';
|
||||||
@import 'core';
|
@import 'core';
|
||||||
@import 'larger';
|
@import 'larger';
|
||||||
@import 'fixed-width';
|
@import 'fixed-width';
|
||||||
@import 'list';
|
@import 'list';
|
||||||
@import 'bordered-pulled';
|
@import 'bordered-pulled';
|
||||||
@import 'animated';
|
@import 'animated';
|
||||||
@import 'rotated-flipped';
|
@import 'rotated-flipped';
|
||||||
@import 'stacked';
|
@import 'stacked';
|
||||||
@import 'icons';
|
@import 'icons';
|
||||||
@import 'screen-reader';
|
@import 'screen-reader';
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 698 KiB After Width: | Height: | Size: 682 KiB |
BIN
style/fa/fonts/fa-duotone-900.eot
Normal file
13905
style/fa/fonts/fa-duotone-900.svg
Normal file
|
After Width: | Height: | Size: 2.3 MiB |
BIN
style/fa/fonts/fa-duotone-900.ttf
Normal file
BIN
style/fa/fonts/fa-duotone-900.woff
Normal file
BIN
style/fa/fonts/fa-duotone-900.woff2
Normal file
|
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 2.1 MiB |
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.9 MiB |
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.5 MiB |
@@ -1,22 +1,23 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Pro 5.11.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license (Commercial License)
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
*/
|
*/
|
||||||
@import 'variables';
|
@import 'variables';
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Font Awesome 5 Pro';
|
font-family: 'Font Awesome 5 Pro';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
src: url('#{$fa-font-path}/fa-light-300.eot');
|
font-display: $fa-font-display;
|
||||||
src: url('#{$fa-font-path}/fa-light-300.eot?#iefix') format('embedded-opentype'),
|
src: url('#{$fa-font-path}/fa-light-300.eot');
|
||||||
url('#{$fa-font-path}/fa-light-300.woff2') format('woff2'),
|
src: url('#{$fa-font-path}/fa-light-300.eot?#iefix') format('embedded-opentype'),
|
||||||
url('#{$fa-font-path}/fa-light-300.woff') format('woff'),
|
url('#{$fa-font-path}/fa-light-300.woff2') format('woff2'),
|
||||||
url('#{$fa-font-path}/fa-light-300.ttf') format('truetype'),
|
url('#{$fa-font-path}/fa-light-300.woff') format('woff'),
|
||||||
url('#{$fa-font-path}/fa-light-300.svg#fontawesome') format('svg');
|
url('#{$fa-font-path}/fa-light-300.ttf') format('truetype'),
|
||||||
}
|
url('#{$fa-font-path}/fa-light-300.svg#fontawesome') format('svg');
|
||||||
|
}
|
||||||
.fal {
|
|
||||||
font-family: 'Font Awesome 5 Pro';
|
.fal {
|
||||||
font-weight: 300;
|
font-family: 'Font Awesome 5 Pro';
|
||||||
}
|
font-weight: 300;
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,22 +1,23 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Pro 5.11.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license (Commercial License)
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
*/
|
*/
|
||||||
@import 'variables';
|
@import 'variables';
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Font Awesome 5 Pro';
|
font-family: 'Font Awesome 5 Pro';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: url('#{$fa-font-path}/fa-regular-400.eot');
|
font-display: $fa-font-display;
|
||||||
src: url('#{$fa-font-path}/fa-regular-400.eot?#iefix') format('embedded-opentype'),
|
src: url('#{$fa-font-path}/fa-regular-400.eot');
|
||||||
url('#{$fa-font-path}/fa-regular-400.woff2') format('woff2'),
|
src: url('#{$fa-font-path}/fa-regular-400.eot?#iefix') format('embedded-opentype'),
|
||||||
url('#{$fa-font-path}/fa-regular-400.woff') format('woff'),
|
url('#{$fa-font-path}/fa-regular-400.woff2') format('woff2'),
|
||||||
url('#{$fa-font-path}/fa-regular-400.ttf') format('truetype'),
|
url('#{$fa-font-path}/fa-regular-400.woff') format('woff'),
|
||||||
url('#{$fa-font-path}/fa-regular-400.svg#fontawesome') format('svg');
|
url('#{$fa-font-path}/fa-regular-400.ttf') format('truetype'),
|
||||||
}
|
url('#{$fa-font-path}/fa-regular-400.svg#fontawesome') format('svg');
|
||||||
|
}
|
||||||
.far {
|
|
||||||
font-family: 'Font Awesome 5 Pro';
|
.far {
|
||||||
font-weight: 400;
|
font-family: 'Font Awesome 5 Pro';
|
||||||
}
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,23 +1,24 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Pro 5.11.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license (Commercial License)
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
*/
|
*/
|
||||||
@import 'variables';
|
@import 'variables';
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Font Awesome 5 Pro';
|
font-family: 'Font Awesome 5 Pro';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
src: url('#{$fa-font-path}/fa-solid-900.eot');
|
font-display: $fa-font-display;
|
||||||
src: url('#{$fa-font-path}/fa-solid-900.eot?#iefix') format('embedded-opentype'),
|
src: url('#{$fa-font-path}/fa-solid-900.eot');
|
||||||
url('#{$fa-font-path}/fa-solid-900.woff2') format('woff2'),
|
src: url('#{$fa-font-path}/fa-solid-900.eot?#iefix') format('embedded-opentype'),
|
||||||
url('#{$fa-font-path}/fa-solid-900.woff') format('woff'),
|
url('#{$fa-font-path}/fa-solid-900.woff2') format('woff2'),
|
||||||
url('#{$fa-font-path}/fa-solid-900.ttf') format('truetype'),
|
url('#{$fa-font-path}/fa-solid-900.woff') format('woff'),
|
||||||
url('#{$fa-font-path}/fa-solid-900.svg#fontawesome') format('svg');
|
url('#{$fa-font-path}/fa-solid-900.ttf') format('truetype'),
|
||||||
}
|
url('#{$fa-font-path}/fa-solid-900.svg#fontawesome') format('svg');
|
||||||
|
}
|
||||||
.fa,
|
|
||||||
.fas {
|
.fa,
|
||||||
font-family: 'Font Awesome 5 Pro';
|
.fas {
|
||||||
font-weight: 900;
|
font-family: 'Font Awesome 5 Pro';
|
||||||
}
|
font-weight: 900;
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
/*!
|
/*!
|
||||||
* Font Awesome Pro 5.5.0 by @fontawesome - https://fontawesome.com
|
* Font Awesome Pro 5.11.1 by @fontawesome - https://fontawesome.com
|
||||||
* License - https://fontawesome.com/license (Commercial License)
|
* License - https://fontawesome.com/license (Commercial License)
|
||||||
*/
|
*/
|
||||||
@import 'variables';
|
@import 'variables';
|
||||||
@import 'shims';
|
@import 'shims';
|
||||||
|
|||||||