| 1 | 1 |
deleted file mode 100644 |
| ... | ... |
@@ -1,123 +0,0 @@ |
| 1 |
-@if not-imported("import_once_func") { @import "import_once_func"; }
|
|
| 2 |
-@if not-imported("framework") { @import "framework"; }
|
|
| 3 |
- |
|
| 4 |
-html, body {
|
|
| 5 |
- font: $font-size-default/$line-height-default $font-family; |
|
| 6 |
- |
|
| 7 |
- @include for-mobile {
|
|
| 8 |
- font-size: 18px; |
|
| 9 |
- } |
|
| 10 |
-} |
|
| 11 |
- |
|
| 12 |
-h1, h2, h3, h4, h5, h6, p, pre, blockquote, table, ol, ul, form {
|
|
| 13 |
- margin-bottom: $gutter-default; |
|
| 14 |
-} |
|
| 15 |
- |
|
| 16 |
-body {
|
|
| 17 |
- font-weight: $font-weight-default; |
|
| 18 |
- color: $color-text; |
|
| 19 |
-} |
|
| 20 |
- |
|
| 21 |
-strong, |
|
| 22 |
-b {
|
|
| 23 |
- font-weight: 700; |
|
| 24 |
-} |
|
| 25 |
- |
|
| 26 |
-a {
|
|
| 27 |
- text-decoration: none; |
|
| 28 |
- color: $color-link; |
|
| 29 |
- @include transition(color 0.2s ease); |
|
| 30 |
- |
|
| 31 |
- &:hover {
|
|
| 32 |
- color: mix($color-link,#000,80%); |
|
| 33 |
- } |
|
| 34 |
-} |
|
| 35 |
- |
|
| 36 |
-p {
|
|
| 37 |
- margin-bottom: 1.5em; |
|
| 38 |
- |
|
| 39 |
- &:last-child {
|
|
| 40 |
- margin-bottom: 0; |
|
| 41 |
- } |
|
| 42 |
-} |
|
| 43 |
-h1,h2,h3,h4,h5,h6 {
|
|
| 44 |
- @include headline(); |
|
| 45 |
- margin: 0 0 0.5em; |
|
| 46 |
- line-height: 1.15; |
|
| 47 |
- |
|
| 48 |
- em,i {
|
|
| 49 |
- font-style: normal; |
|
| 50 |
- color: $color-text-invert; |
|
| 51 |
- } |
|
| 52 |
- |
|
| 53 |
- &:last-child {
|
|
| 54 |
- margin-bottom: 0; |
|
| 55 |
- } |
|
| 56 |
-} |
|
| 57 |
- |
|
| 58 |
-h1, h2 {
|
|
| 59 |
- font-size: font-size(50px); |
|
| 60 |
- text-align: center; |
|
| 61 |
-} |
|
| 62 |
- |
|
| 63 |
-h3 {
|
|
| 64 |
- font-size: font-size(35px); |
|
| 65 |
-} |
|
| 66 |
- |
|
| 67 |
-h4,h5 {
|
|
| 68 |
- color: $color-text; |
|
| 69 |
- font-weight: 400; |
|
| 70 |
- font-size: font-size(32px); |
|
| 71 |
- |
|
| 72 |
- &.fw_normal {
|
|
| 73 |
- font-weight: 400; |
|
| 74 |
- } |
|
| 75 |
-} |
|
| 76 |
- |
|
| 77 |
-@include for-tablet {
|
|
| 78 |
- h1, h2 {
|
|
| 79 |
- font-size: font-size(40px); |
|
| 80 |
- } |
|
| 81 |
- |
|
| 82 |
- h3 {
|
|
| 83 |
- font-size: font-size(30px); |
|
| 84 |
- } |
|
| 85 |
- |
|
| 86 |
- h4,h5 {
|
|
| 87 |
- font-size: font-size(25px); |
|
| 88 |
- } |
|
| 89 |
-} |
|
| 90 |
-@include for-mobile {
|
|
| 91 |
- h1, h2 {
|
|
| 92 |
- font-size: font-size(35px); |
|
| 93 |
- } |
|
| 94 |
- |
|
| 95 |
- h3 {
|
|
| 96 |
- font-size: font-size(28px); |
|
| 97 |
- } |
|
| 98 |
- |
|
| 99 |
- h4,h5 {
|
|
| 100 |
- font-size: font-size(24px); |
|
| 101 |
- } |
|
| 102 |
-} |
|
| 103 |
- |
|
| 104 |
-.ff_h {
|
|
| 105 |
- font-family: $font-family-handwriting; |
|
| 106 |
- font-weight: 400; |
|
| 107 |
- text-transform: none; |
|
| 108 |
- letter-spacing: normal; |
|
| 109 |
-} |
|
| 110 |
- |
|
| 111 |
-.ff_a {
|
|
| 112 |
- font-family: $font-family-alternate; |
|
| 113 |
- letter-spacing: 0.1em; |
|
| 114 |
- text-transform: none; |
|
| 115 |
-} |
|
| 116 |
- |
|
| 117 |
-.fs_small {
|
|
| 118 |
- font-size: font-size(16px); |
|
| 119 |
-} |
|
| 120 |
- |
|
| 121 |
-.fs_mini {
|
|
| 122 |
- font-size: font-size(12px); |
|
| 123 |
-} |
|
| 124 | 0 |
\ No newline at end of file |
| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,123 @@ |
| 1 |
+@if not-imported("import_once_func") { @import "import_once_func"; }
|
|
| 2 |
+@if not-imported("framework") { @import "framework"; }
|
|
| 3 |
+ |
|
| 4 |
+html, body {
|
|
| 5 |
+ font: $font-size-default/$line-height-default $font-family; |
|
| 6 |
+ |
|
| 7 |
+ @include for-mobile {
|
|
| 8 |
+ font-size: 18px; |
|
| 9 |
+ } |
|
| 10 |
+} |
|
| 11 |
+ |
|
| 12 |
+h1, h2, h3, h4, h5, h6, p, pre, blockquote, table, ol, ul, form {
|
|
| 13 |
+ margin-bottom: $gutter-default; |
|
| 14 |
+} |
|
| 15 |
+ |
|
| 16 |
+body {
|
|
| 17 |
+ font-weight: $font-weight-default; |
|
| 18 |
+ color: $color-text; |
|
| 19 |
+} |
|
| 20 |
+ |
|
| 21 |
+strong, |
|
| 22 |
+b {
|
|
| 23 |
+ font-weight: 700; |
|
| 24 |
+} |
|
| 25 |
+ |
|
| 26 |
+a {
|
|
| 27 |
+ text-decoration: none; |
|
| 28 |
+ color: $color-link; |
|
| 29 |
+ @include transition(color 0.2s ease); |
|
| 30 |
+ |
|
| 31 |
+ &:hover {
|
|
| 32 |
+ color: mix($color-link,#000,80%); |
|
| 33 |
+ } |
|
| 34 |
+} |
|
| 35 |
+ |
|
| 36 |
+p {
|
|
| 37 |
+ margin-bottom: 1.5em; |
|
| 38 |
+ |
|
| 39 |
+ &:last-child {
|
|
| 40 |
+ margin-bottom: 0; |
|
| 41 |
+ } |
|
| 42 |
+} |
|
| 43 |
+h1,h2,h3,h4,h5,h6 {
|
|
| 44 |
+ @include headline(); |
|
| 45 |
+ margin: 0 0 0.5em; |
|
| 46 |
+ line-height: 1.15; |
|
| 47 |
+ |
|
| 48 |
+ em,i {
|
|
| 49 |
+ font-style: normal; |
|
| 50 |
+ color: $color-text-invert; |
|
| 51 |
+ } |
|
| 52 |
+ |
|
| 53 |
+ &:last-child {
|
|
| 54 |
+ margin-bottom: 0; |
|
| 55 |
+ } |
|
| 56 |
+} |
|
| 57 |
+ |
|
| 58 |
+h1, h2 {
|
|
| 59 |
+ font-size: font-size(50px); |
|
| 60 |
+ text-align: center; |
|
| 61 |
+} |
|
| 62 |
+ |
|
| 63 |
+h3 {
|
|
| 64 |
+ font-size: font-size(35px); |
|
| 65 |
+} |
|
| 66 |
+ |
|
| 67 |
+h4,h5 {
|
|
| 68 |
+ color: $color-text; |
|
| 69 |
+ font-weight: 400; |
|
| 70 |
+ font-size: font-size(32px); |
|
| 71 |
+ |
|
| 72 |
+ &.fw_normal {
|
|
| 73 |
+ font-weight: 400; |
|
| 74 |
+ } |
|
| 75 |
+} |
|
| 76 |
+ |
|
| 77 |
+@include for-tablet {
|
|
| 78 |
+ h1, h2 {
|
|
| 79 |
+ font-size: font-size(40px); |
|
| 80 |
+ } |
|
| 81 |
+ |
|
| 82 |
+ h3 {
|
|
| 83 |
+ font-size: font-size(30px); |
|
| 84 |
+ } |
|
| 85 |
+ |
|
| 86 |
+ h4,h5 {
|
|
| 87 |
+ font-size: font-size(25px); |
|
| 88 |
+ } |
|
| 89 |
+} |
|
| 90 |
+@include for-mobile {
|
|
| 91 |
+ h1, h2 {
|
|
| 92 |
+ font-size: font-size(35px); |
|
| 93 |
+ } |
|
| 94 |
+ |
|
| 95 |
+ h3 {
|
|
| 96 |
+ font-size: font-size(28px); |
|
| 97 |
+ } |
|
| 98 |
+ |
|
| 99 |
+ h4,h5 {
|
|
| 100 |
+ font-size: font-size(24px); |
|
| 101 |
+ } |
|
| 102 |
+} |
|
| 103 |
+ |
|
| 104 |
+.ff_h {
|
|
| 105 |
+ font-family: $font-family-handwriting; |
|
| 106 |
+ font-weight: 400; |
|
| 107 |
+ text-transform: none; |
|
| 108 |
+ letter-spacing: normal; |
|
| 109 |
+} |
|
| 110 |
+ |
|
| 111 |
+.ff_a {
|
|
| 112 |
+ font-family: $font-family-alternate; |
|
| 113 |
+ letter-spacing: 0.1em; |
|
| 114 |
+ text-transform: none; |
|
| 115 |
+} |
|
| 116 |
+ |
|
| 117 |
+.fs_small {
|
|
| 118 |
+ font-size: font-size(16px); |
|
| 119 |
+} |
|
| 120 |
+ |
|
| 121 |
+.fs_mini {
|
|
| 122 |
+ font-size: font-size(12px); |
|
| 123 |
+} |
|
| 0 | 124 |
\ No newline at end of file |