Added footer
This commit is contained in:
@ -12,3 +12,8 @@ a {
|
||||
text-decoration: none;
|
||||
color: $s-color--links
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
color: $s-color--links-hover;
|
||||
}
|
||||
|
10
public/styles/elements/_table.scss
Normal file
10
public/styles/elements/_table.scss
Normal file
@ -0,0 +1,10 @@
|
||||
/*
|
||||
* 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