Skip to content

Commit

Permalink
add .far
Browse files Browse the repository at this point in the history
  • Loading branch information
N6REJ committed Oct 15, 2020
1 parent 09e317e commit 8a17b03
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions administrator/templates/atum/scss/blocks/_header.scss
Expand Up @@ -176,6 +176,7 @@
}
}

.far,
.fas,
.fab {
font-size: 1.5rem;
Expand Down
6 changes: 6 additions & 0 deletions administrator/templates/atum/scss/blocks/_quickicons.scss
Expand Up @@ -15,6 +15,7 @@
transition: all .25s ease;


.far,
.fas,
.fab {
margin: 0 auto;
Expand All @@ -34,6 +35,7 @@
text-decoration: none;
background: var(--atum-link-color);

.far,
.fas,
.fab {
color: transparent;
Expand Down Expand Up @@ -141,6 +143,7 @@
&.quickicon-icon {
margin: .8rem auto 0;

&.big .far,
&.big .fas,
&.big .fab {
font-size: $quickicon-icon-size-big;
Expand Down Expand Up @@ -185,6 +188,7 @@
color: var(--white);
background: var(--danger);

.far::before,
.fas::before,
.fab::before {
color: var(--white);
Expand All @@ -196,6 +200,7 @@
color: var(--success);
border: 1px solid lighten($success-txt, 20%);

.far,
.fas,
.fab {
color: transparent;
Expand All @@ -207,6 +212,7 @@
color: var(--white);
background: var(--success);

.far::before,
.fas::before,
.fab::before {
color: transparent;
Expand Down
Expand Up @@ -68,6 +68,7 @@
margin-bottom: 0;
}

.inactive .far,
.inactive .fas,
.inactive .fab,
.inactive [class^=icon-] {
Expand Down

0 comments on commit 8a17b03

Please sign in to comment.