DRAFT | new theme - minimage
This commit is contained in:
parent
5116fe4640
commit
ac8d9e7eb3
90 changed files with 15302 additions and 1 deletions
17
themes/minimage/source/sass/foundation/_base.scss
Normal file
17
themes/minimage/source/sass/foundation/_base.scss
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
html,
|
||||
body {
|
||||
background-color: $color-primary;
|
||||
line-height: 1.6;
|
||||
font-family: $font-gothic;
|
||||
font-size: $font-base-size;
|
||||
color: $color-font-base;
|
||||
}
|
||||
|
||||
main {
|
||||
display: block;
|
||||
}
|
||||
|
||||
button {
|
||||
appearance: none;
|
||||
border: none;
|
||||
}
|
||||
1
themes/minimage/source/sass/foundation/_fonts.scss
Normal file
1
themes/minimage/source/sass/foundation/_fonts.scss
Normal file
|
|
@ -0,0 +1 @@
|
|||
$font-gothic: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
|
||||
10
themes/minimage/source/sass/foundation/_reset.scss
Normal file
10
themes/minimage/source/sass/foundation/_reset.scss
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// User's Reset
|
||||
@for $i from 1 through 6 {
|
||||
h#{$i} {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue