Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/css/surface_styles.css

Large diffs are not rendered by default.

5,517 changes: 0 additions & 5,517 deletions package-lock.json

This file was deleted.

4 changes: 0 additions & 4 deletions src/scss/_imports/_reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ time, mark, audio, video {
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
box-sizing: border-box;
}
Expand All @@ -36,9 +35,6 @@ footer, header, hgroup, menu, nav, section {
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
Expand Down
1 change: 0 additions & 1 deletion src/scss/buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,3 @@
background-color: lighten($blue, 5%);
}
}

9 changes: 4 additions & 5 deletions src/scss/collapsible.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
}
+ label {
&:before {
margin-top: 6px;
top: 23px;
transform: rotate(-45deg) translateX(1px);
}
&:after {
margin-top: 5px;
top: 22px;
transform: rotate(45deg) translate(4px, -3px);
}
}
Expand All @@ -41,13 +41,12 @@ label[for*="collapsible-"] { // Label
transition: all 0.3s ease;
}
&:before {
margin-top: 2px;
top: 19px;
transform: rotate(50deg);
}
&:after {
margin-top: 6px;
top: 23px;
transform: rotate(-50deg);

}
}

Expand Down
1 change: 0 additions & 1 deletion src/scss/colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -366,4 +366,3 @@
.color--accent {
color: $accent;
}

2 changes: 1 addition & 1 deletion src/scss/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ input {
width: 200px;
display: block;
border: none;
padding: 10px 0;
padding: 20px 0 10px 0;
border-bottom: solid 1px $primary;
will-change: background-position;
transition: all 0.3s cubic-bezier(.64,.09,.08,1);
Expand Down
1 change: 0 additions & 1 deletion src/scss/grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
}
.m-s--#{$i} {
margin-left: 100%/$grid-columns*$i;

}
}
.m-s--0 {
Expand Down
10 changes: 6 additions & 4 deletions src/scss/nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
margin-top: 0;
margin-bottom: 0;
ul, ol {
list-style: none;
margin-left: 0;
}
> ul, > li {
Expand Down Expand Up @@ -61,7 +62,7 @@
background: white;
z-index: 7;
overflow-Y: auto;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
a, label {
width: 100%;
display: block;
Expand All @@ -87,14 +88,15 @@
height: auto;
transform: scaleY(1);
a {
height: 54px;
}
height: auto;
padding-bottom: 15px;
padding-top: 15px;
}
}
}
}
}


.nav-collapsible-links {
height: 100%;
transform: scaleY(0);
Expand Down
1 change: 0 additions & 1 deletion src/scss/tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@ td {
padding-right: $space-med;
}
}

}
1 change: 0 additions & 1 deletion src/scss/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
}
.tab-content {
width: (100% * $num-of-tabs);

}
}

Expand Down
2 changes: 1 addition & 1 deletion src/scss/type.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@import './_imports/_variables';

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700|Gentium+Book+Basic:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700|Gentium+Book+Basic:400,700&subset=latin,latin-ext);

div, p, h1, h2, h3, h4, h5, h6, a, input, label, header, aside, menu, body {
font-family: $sans;
Expand Down
1 change: 0 additions & 1 deletion src/scss/utility.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
display: fixed;
}


// Margin and Padding
.no-pad {
padding: 0;
Expand Down