final shit for release

This commit is contained in:
Patrick Marsceill
2017-04-08 18:51:14 -04:00
parent e581397758
commit f7da9a9dd9
11 changed files with 155 additions and 20 deletions

View File

@@ -6,13 +6,14 @@
.btn {
display: inline-block;
box-sizing: border-box;
padding-top: 0.25em;
padding-top: 0.3em;
padding-right: 1em;
padding-bottom: 0.25em;
padding-bottom: 0.3em;
padding-left: 1em;
margin: 0;
font-family: inherit;
font-size: inherit;
font-weight: 500;
line-height: 1.5;
color: $purple-200;
text-decoration: none;

View File

@@ -44,6 +44,19 @@
}
}
ul {
list-style: none;
li {
&::before {
position: absolute;
margin-left: -1.5em;
color: $grey-dk-000;
content: "";
}
}
}
hr + *,
h1:first-of-type {
margin-top: 0;

View File

@@ -24,7 +24,8 @@
right: $gutter-spacing;
z-index: 100;
display: block;
width: 200px;
width: 300px;
margin-top: $sp-2;
background: $white;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07), 0 4px 14px rgba(0, 0, 0, 0.05);
}