app/assets/sass/_variables.scss: change "text-size-large" variable name to "font-size-large"
This commit is contained in:
parent
2285d0d70a
commit
9ca1abbdd3
2 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ $linkedin-color: #0077B5;
|
|||
|
||||
|
||||
$font-size-navigation: 20px;
|
||||
$text-size-large: 20px;
|
||||
$font-size-large: 20px;
|
||||
$font-size-small: 14px;
|
||||
|
||||
$font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@
|
|||
// Sizes
|
||||
// ----------------------------------
|
||||
|
||||
.button-large { font-size: $text-size-large; }
|
||||
.button-large { font-size: $font-size-large; }
|
||||
.button-small { font-size: 0.6em; }
|
||||
|
||||
// Block button
|
||||
|
|
|
|||
Reference in a new issue