Skip to content
This repository was archived by the owner on Sep 5, 2021. It is now read-only.

Commit 95d8147

Browse files
committed
Remove unused vars gdgmanagua#34
1 parent 3fb4e45 commit 95d8147

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

_sass/_base.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,4 @@ pre {
7777
fill: $grey-color;
7878
}
7979
}
80-
}
80+
}

_sass/_search.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ MIT Licensed
44
*/
55

66
.super-search {
7-
background-color: rgba(0, 191, 255, 0.85);
7+
background-color: $super-search;
88
z-index: 999;
99
transition: 0.2s ease;
1010
visibility: hidden;
@@ -54,4 +54,4 @@ MIT Licensed
5454
.super-search.is-active {
5555
opacity: 1;
5656
visibility: visible;
57-
}
57+
}

css/main.scss

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
@charset "utf-8";
99

1010
$spacing-unit: 30px;
11-
$text-color: #111;
12-
$background-color: #fdfdfd;
13-
$brand-color: #2a7ae2;
11+
$super-search: rgba(0, 191, 255, 0.85);
1412
$grey-color: #828282;
1513
$grey-color-light: lighten($grey-color, 40%);
1614
$grey-color-dark: darken($grey-color, 25%);

0 commit comments

Comments
 (0)