Move sass partials
This commit is contained in:
parent
3615ef2c7c
commit
58b5521c4a
11 changed files with 8 additions and 7 deletions
15
sass/partials/_base.scss
Normal file
15
sass/partials/_base.scss
Normal file
|
@ -0,0 +1,15 @@
|
|||
body {
|
||||
padding-top: 60px;
|
||||
}
|
||||
|
||||
main {
|
||||
a:link,
|
||||
a:hover {
|
||||
border-bottom: 1px solid;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
img {
|
||||
@extend .img-responsive;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue