Reset, reset

This commit is contained in:
2018-04-28 17:13:56 +10:00
parent 63d1e21b9a
commit 5eb4d7ee4f
124 changed files with 0 additions and 5899 deletions

View File

@ -1,19 +0,0 @@
/*
* A
* Base A/Anchor Seettings
*
* Dependencies:
* styles/settings/colors.scss
*
* Version:
* 1.0.0 - 2018/02/23
*/
a {
text-decoration: none;
color: $s-color--links
}
a:hover {
text-decoration: underline;
color: $s-color--links-hover;
}

View File

@ -1,12 +0,0 @@
/*
* All
* Base * Seettings
*
* Dependencies:
*
* Version:
* 1.0.0 - 2018/02/23
*/
* {
box-sizing: border-box;
}

View File

@ -1,15 +0,0 @@
/*
* Body
* Base Body Seettings
*
* Dependencies:
* styles/settings/typography.scss - Used for fonts
*
* Version:
* 1.0.0 - 2018/02/23
*/
body {
font-family: $s-font--stack-default;
font-size: $s-font--size--base;
min-height: 100%;
}

View File

@ -1,16 +0,0 @@
/*
* Button
* Styles for Buttons
*
* Dependencies:
*
* Version:
* 1.0.0 - 2018/02/23
*/
button {
background: transparent;
border: none;
padding: 0;
margin: 0;
cursor: pointer;
}

View File

@ -1,25 +0,0 @@
/*
* DT, DL, DD
* Base Definition List Settings
*
* Dependencies:
*
* Version:
* 1.0.0 - 2018/03/11
*/
dt {
font-weight: bold;
}
dl {
}
dd {
margin-left: 2em;
}
dt ~ dt,
dl ~ dt {
margin-top: 1em;
}

View File

@ -1,13 +0,0 @@
/*
* Headings
* Styles for headings 1 through 6
*
* Dependencies:
* styles/settings/typography`.scss
*
* Version:
* 1.0.0 - 2018/02/23
*/
h1,h2,h3,h4,h5,h6 {
font-family: $s-font--stack-headings;
}

View File

@ -1,13 +0,0 @@
/*
* HTML
* Base HTML Settings
*
* Dependencies:
*
* Version:
* 1.0.0 - 2018/02/23
*/
html {
width: 100%;
min-height: 100%;
}

View File

@ -1,11 +0,0 @@
/*
* P
* Base P/Paragraph Seettings
*
* Dependencies:
*
* Version:
* 1.0.0 - 2018/03/11
*/
p {
}

View File

@ -1,10 +0,0 @@
/*
* Table Element Styles
* Styles for body style section
*
* Version:
* 1.0.0 - 2018/03/02
*/
table {
width: 100%;
}