Skip to content

Commit 00ff93d

Browse files
committed
Remove css classes that aren't being used.
1 parent fff3ea2 commit 00ff93d

2 files changed

Lines changed: 1 addition & 43 deletions

File tree

_assets/stylesheets/_base.scss

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,6 @@ p {
2727
margin: 0 0 10px;
2828
}
2929

30-
.is-visible {
31-
32-
.site-nav {
33-
top:100px;
34-
}
35-
36-
.top-nav {
37-
opacity:1;
38-
-webkit-transform: translate3d(0px, 0px, 0px);
39-
transition:0.3s all ease;
40-
top:-200px;
41-
}
42-
}
43-
4430
h1, h2, h3, h4, h5 {
4531
color:#263c4c;
4632
line-height: 1.1;

_assets/stylesheets/_nav.scss

Lines changed: 1 addition & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,15 @@
66
right:0;
77
top:0;
88
box-shadow:0 0 1px 1px rgba(0,0,0,0.1);
9-
-webkit-backface-visibility: hidden;
10-
-webkit-perspective: 1000;
119
transition:all 0.35s ease;
1210
z-index:100;
1311

14-
.caret {
15-
opacity:0.2;
16-
}
17-
1812
.brand img {
1913
height:40px;
2014
margin-right:10px;
2115
margin-top:-2px;
2216
}
2317

24-
.dropdown {
25-
display:inline-block;
26-
}
27-
2818
nav {
2919
padding:22px 30px;
3020
float:left;
@@ -45,22 +35,13 @@
4535
}
4636
}
4737

48-
> a, .dropdown-toggle {
38+
> a {
4939
color:#444;
5040
border:0;
5141
font-weight:600;
5242
font-size:15px;
5343
display:inline-block;
5444
}
55-
56-
.dropdown-toggle {
57-
padding: 6px 0.5em;
58-
text-align: center;
59-
60-
&:hover {
61-
background:#eee;
62-
}
63-
}
6445
}
6546

6647
.tagline {
@@ -75,12 +56,3 @@
7556
}
7657
}
7758
}
78-
79-
body.nav-hidden {
80-
.site-nav {
81-
top:-100px;
82-
transition:all 0.35s ease;
83-
-webkit-transform: translate3d(0px, 0, 0px);
84-
}
85-
}
86-

0 commit comments

Comments
 (0)