Skip to content

Commit

Permalink
homepage fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Oct 29, 2020
1 parent 7e421c4 commit aa451f2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/pages/_includes/cards/social-traffic.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% assign services = 'Instagram:3550,Twitter:1798,Facebook:1245,Pinterest:854,VK:650' | split: ',' %}
{% assign services = 'Instagram:3550,Twitter:1798,Facebook:1245,TikTok:986,Pinterest:854,VK:650' | split: ',' %}
<div class="card">
<div class="card-header">
<h4 class="card-title">Social Media Traffic</h4>
Expand Down
6 changes: 5 additions & 1 deletion src/scss/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
$variable-prefix: "tblr-" !default;

// BASE CONFIG
$enable-social-colors: true !default;
$enable-ghost-buttons: true !default;
Expand All @@ -6,11 +8,12 @@ $enable-gradients: false !default;
$enable-navbar-vertical: true !default;
$enable-dark-mode: true !default;
$enable-negative-margins: false !default;

// ASSETS BASE
$assets-base: ".." !default;

// FONTS
$google-font: false !default;
$google-font: Nunito !default;

$font-family-sans-serif: $google-font, -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif !default;
$font-family-monospace: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
Expand Down Expand Up @@ -435,6 +438,7 @@ $table-group-seperator-color: $border-color !default;
$table-striped-order: even !default;
$table-striped-bg: $min-black !default;
$table-accent-bg: $min-black !default;
$table-group-separator-color: $border-color !default;

//toasts
$toast-border-color: $border-color !default;
Expand Down
1 change: 0 additions & 1 deletion src/scss/libs.scss

This file was deleted.

1 change: 0 additions & 1 deletion src/scss/ui/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
.icon {
margin: 0 .25em 0 -.25em;
font-size: (20em/14);
vertical-align: sub;
}

.avatar {
Expand Down

0 comments on commit aa451f2

Please sign in to comment.