Reset, reset
This commit is contained in:
@ -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;
|
||||
}
|
@ -1,12 +0,0 @@
|
||||
/*
|
||||
* All
|
||||
* Base * Seettings
|
||||
*
|
||||
* Dependencies:
|
||||
*
|
||||
* Version:
|
||||
* 1.0.0 - 2018/02/23
|
||||
*/
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
@ -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%;
|
||||
}
|
@ -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;
|
||||
}
|
@ -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;
|
||||
}
|
@ -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;
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
/*
|
||||
* HTML
|
||||
* Base HTML Settings
|
||||
*
|
||||
* Dependencies:
|
||||
*
|
||||
* Version:
|
||||
* 1.0.0 - 2018/02/23
|
||||
*/
|
||||
html {
|
||||
width: 100%;
|
||||
min-height: 100%;
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
/*
|
||||
* P
|
||||
* Base P/Paragraph Seettings
|
||||
*
|
||||
* Dependencies:
|
||||
*
|
||||
* Version:
|
||||
* 1.0.0 - 2018/03/11
|
||||
*/
|
||||
p {
|
||||
}
|
@ -1,10 +0,0 @@
|
||||
/*
|
||||
* Table Element Styles
|
||||
* Styles for body style section
|
||||
*
|
||||
* Version:
|
||||
* 1.0.0 - 2018/03/02
|
||||
*/
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
Reference in New Issue
Block a user