Skip to content
Snippets Groups Projects
Commit f87209ce authored by alexisben's avatar alexisben
Browse files

remove useless variables

parent 993065c6
No related branches found
No related tags found
No related merge requests found
......@@ -16,10 +16,6 @@ $link-color: $color-text !default
$body-font-family: "Baskerville", "Times New Roman", "Times", serif !default
$heading-font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif !default
// Base
$font-size-base: 16px !default
$line-height-base: 160% !default
// Headings
$heading-font-weight: normal !default
......
......@@ -212,7 +212,7 @@
@include arrow-right-hover
display: block
&::after
font-size: $font-size-base
font-size: px2rem(16)
transform: translateX(0)
position: relative
&:hover
......@@ -277,7 +277,7 @@
@mixin button-icon($icon: false)
@include button-reset
line-height: $line-height-base
line-height: $body-line-height
border: 1px solid $hero-color
padding: $spacing0 $spacing1
white-space: nowrap
......@@ -299,7 +299,7 @@
display: flex
justify-content: space-between
align-items: center
@include icon("arrow-right", after, $small-size)
@include icon("arrow-right", after, $small-size)
opacity: 0
transform: translateX(-20px)
transition: 0.55s $arrow-ease-transition
......
......@@ -7,7 +7,7 @@ body
font-size: $body-size
font-variant-ligatures: common-ligatures
text-rendering: optimizelegibility
line-height: $line-height-base
line-height: $body-line-height
word-break: break-word
@include media-breakpoint-up(md)
font-size: $body-size-md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment