alien-minimalistic 0.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +112 -0
- data/_includes/disqus.html +31 -0
- data/_includes/footer.html +29 -0
- data/_includes/head.html +15 -0
- data/_includes/header.html +46 -0
- data/_includes/icons/icon-about.html +10 -0
- data/_includes/icons/icon-articles.html +9 -0
- data/_includes/icons/icon-contact.html +18 -0
- data/_includes/icons/icon-resume.html +8 -0
- data/_includes/readtime.html +8 -0
- data/_includes/social/social-github.html +14 -0
- data/_includes/social/social-linkedin.html +11 -0
- data/_includes/social/social-rss.html +15 -0
- data/_includes/social/social-twitter.html +13 -0
- data/_layouts/404.html +26 -0
- data/_layouts/about.html +15 -0
- data/_layouts/articles.html +20 -0
- data/_layouts/contact.html +38 -0
- data/_layouts/default.html +19 -0
- data/_layouts/home.html +48 -0
- data/_layouts/post.html +16 -0
- data/_sass/1-tools/_google-font.scss +168 -0
- data/_sass/1-tools/_normalize.scss +341 -0
- data/_sass/1-tools/_syntax-highlighting.scss +63 -0
- data/_sass/1-tools/_tools-dir.sass +4 -0
- data/_sass/1-tools/bourbon/_bourbon-deprecated-upcoming.scss +411 -0
- data/_sass/1-tools/bourbon/_bourbon.scss +87 -0
- data/_sass/1-tools/bourbon/addons/_border-color.scss +26 -0
- data/_sass/1-tools/bourbon/addons/_border-radius.scss +48 -0
- data/_sass/1-tools/bourbon/addons/_border-style.scss +25 -0
- data/_sass/1-tools/bourbon/addons/_border-width.scss +25 -0
- data/_sass/1-tools/bourbon/addons/_buttons.scss +64 -0
- data/_sass/1-tools/bourbon/addons/_clearfix.scss +25 -0
- data/_sass/1-tools/bourbon/addons/_ellipsis.scss +30 -0
- data/_sass/1-tools/bourbon/addons/_font-stacks.scss +31 -0
- data/_sass/1-tools/bourbon/addons/_hide-text.scss +27 -0
- data/_sass/1-tools/bourbon/addons/_margin.scss +26 -0
- data/_sass/1-tools/bourbon/addons/_padding.scss +26 -0
- data/_sass/1-tools/bourbon/addons/_position.scss +48 -0
- data/_sass/1-tools/bourbon/addons/_prefixer.scss +66 -0
- data/_sass/1-tools/bourbon/addons/_retina-image.scss +25 -0
- data/_sass/1-tools/bourbon/addons/_size.scss +51 -0
- data/_sass/1-tools/bourbon/addons/_text-inputs.scss +113 -0
- data/_sass/1-tools/bourbon/addons/_timing-functions.scss +34 -0
- data/_sass/1-tools/bourbon/addons/_triangle.scss +63 -0
- data/_sass/1-tools/bourbon/addons/_word-wrap.scss +29 -0
- data/_sass/1-tools/bourbon/css3/_animation.scss +43 -0
- data/_sass/1-tools/bourbon/css3/_appearance.scss +3 -0
- data/_sass/1-tools/bourbon/css3/_backface-visibility.scss +3 -0
- data/_sass/1-tools/bourbon/css3/_background-image.scss +42 -0
- data/_sass/1-tools/bourbon/css3/_background.scss +55 -0
- data/_sass/1-tools/bourbon/css3/_border-image.scss +59 -0
- data/_sass/1-tools/bourbon/css3/_calc.scss +4 -0
- data/_sass/1-tools/bourbon/css3/_columns.scss +47 -0
- data/_sass/1-tools/bourbon/css3/_filter.scss +4 -0
- data/_sass/1-tools/bourbon/css3/_flex-box.scss +287 -0
- data/_sass/1-tools/bourbon/css3/_font-face.scss +24 -0
- data/_sass/1-tools/bourbon/css3/_font-feature-settings.scss +4 -0
- data/_sass/1-tools/bourbon/css3/_hidpi-media-query.scss +10 -0
- data/_sass/1-tools/bourbon/css3/_hyphens.scss +4 -0
- data/_sass/1-tools/bourbon/css3/_image-rendering.scss +14 -0
- data/_sass/1-tools/bourbon/css3/_keyframes.scss +36 -0
- data/_sass/1-tools/bourbon/css3/_linear-gradient.scss +38 -0
- data/_sass/1-tools/bourbon/css3/_perspective.scss +8 -0
- data/_sass/1-tools/bourbon/css3/_placeholder.scss +8 -0
- data/_sass/1-tools/bourbon/css3/_radial-gradient.scss +39 -0
- data/_sass/1-tools/bourbon/css3/_selection.scss +42 -0
- data/_sass/1-tools/bourbon/css3/_text-decoration.scss +19 -0
- data/_sass/1-tools/bourbon/css3/_transform.scss +15 -0
- data/_sass/1-tools/bourbon/css3/_transition.scss +71 -0
- data/_sass/1-tools/bourbon/css3/_user-select.scss +3 -0
- data/_sass/1-tools/bourbon/functions/_assign-inputs.scss +11 -0
- data/_sass/1-tools/bourbon/functions/_contains-falsy.scss +20 -0
- data/_sass/1-tools/bourbon/functions/_contains.scss +26 -0
- data/_sass/1-tools/bourbon/functions/_is-length.scss +11 -0
- data/_sass/1-tools/bourbon/functions/_is-light.scss +21 -0
- data/_sass/1-tools/bourbon/functions/_is-number.scss +11 -0
- data/_sass/1-tools/bourbon/functions/_is-size.scss +13 -0
- data/_sass/1-tools/bourbon/functions/_modular-scale.scss +69 -0
- data/_sass/1-tools/bourbon/functions/_px-to-em.scss +13 -0
- data/_sass/1-tools/bourbon/functions/_px-to-rem.scss +15 -0
- data/_sass/1-tools/bourbon/functions/_shade.scss +24 -0
- data/_sass/1-tools/bourbon/functions/_strip-units.scss +17 -0
- data/_sass/1-tools/bourbon/functions/_tint.scss +24 -0
- data/_sass/1-tools/bourbon/functions/_transition-property-name.scss +22 -0
- data/_sass/1-tools/bourbon/functions/_unpack.scss +27 -0
- data/_sass/1-tools/bourbon/helpers/_convert-units.scss +21 -0
- data/_sass/1-tools/bourbon/helpers/_directional-values.scss +96 -0
- data/_sass/1-tools/bourbon/helpers/_font-source-declaration.scss +43 -0
- data/_sass/1-tools/bourbon/helpers/_gradient-positions-parser.scss +13 -0
- data/_sass/1-tools/bourbon/helpers/_linear-angle-parser.scss +25 -0
- data/_sass/1-tools/bourbon/helpers/_linear-gradient-parser.scss +41 -0
- data/_sass/1-tools/bourbon/helpers/_linear-positions-parser.scss +61 -0
- data/_sass/1-tools/bourbon/helpers/_linear-side-corner-parser.scss +31 -0
- data/_sass/1-tools/bourbon/helpers/_radial-arg-parser.scss +69 -0
- data/_sass/1-tools/bourbon/helpers/_radial-gradient-parser.scss +50 -0
- data/_sass/1-tools/bourbon/helpers/_radial-positions-parser.scss +18 -0
- data/_sass/1-tools/bourbon/helpers/_render-gradients.scss +26 -0
- data/_sass/1-tools/bourbon/helpers/_shape-size-stripper.scss +10 -0
- data/_sass/1-tools/bourbon/helpers/_str-to-num.scss +50 -0
- data/_sass/1-tools/bourbon/settings/_asset-pipeline.scss +7 -0
- data/_sass/1-tools/bourbon/settings/_prefixer.scss +9 -0
- data/_sass/1-tools/bourbon/settings/_px-to-em.scss +1 -0
- data/_sass/2-base/_base-dir.sass +3 -0
- data/_sass/2-base/_standard-colors.sass +3 -0
- data/_sass/2-base/_standard-overrides.sass +48 -0
- data/_sass/2-base/milligram/_Base.sass +24 -0
- data/_sass/2-base/milligram/_Blockquote.sass +12 -0
- data/_sass/2-base/milligram/_Button.sass +75 -0
- data/_sass/2-base/milligram/_Code.sass +22 -0
- data/_sass/2-base/milligram/_Color.sass +11 -0
- data/_sass/2-base/milligram/_Divider.sass +8 -0
- data/_sass/2-base/milligram/_Form.sass +56 -0
- data/_sass/2-base/milligram/_Grid.sass +158 -0
- data/_sass/2-base/milligram/_Image.sass +6 -0
- data/_sass/2-base/milligram/_Link.sass +11 -0
- data/_sass/2-base/milligram/_List.sass +22 -0
- data/_sass/2-base/milligram/_Spacing.sass +27 -0
- data/_sass/2-base/milligram/_Table.sass +19 -0
- data/_sass/2-base/milligram/_Typography.sass +48 -0
- data/_sass/2-base/milligram/_Utility.sass +18 -0
- data/_sass/2-base/milligram/_milligram.sass +19 -0
- data/_sass/3-sections/_404.sass +25 -0
- data/_sass/3-sections/_about.sass +62 -0
- data/_sass/3-sections/_articles.sass +42 -0
- data/_sass/3-sections/_contact.sass +84 -0
- data/_sass/3-sections/_footer.sass +76 -0
- data/_sass/3-sections/_header.sass +241 -0
- data/_sass/3-sections/_home.sass +187 -0
- data/_sass/3-sections/_post.sass +22 -0
- data/_sass/3-sections/_sections-dir.sass +8 -0
- data/_sass/_alien-minimalistic.sass +3 -0
- data/assets/favicon.png +0 -0
- data/assets/hero_background.jpg +0 -0
- data/assets/main.sass +10 -0
- data/assets/patterns/be.js +26 -0
- data/assets/patterns/bn.js +15 -0
- data/assets/patterns/ca.js +22 -0
- data/assets/patterns/cs.js +19 -0
- data/assets/patterns/da.js +18 -0
- data/assets/patterns/de.js +25 -0
- data/assets/patterns/el-monoton.js +22 -0
- data/assets/patterns/el-polyton.js +28 -0
- data/assets/patterns/en-gb.js +20 -0
- data/assets/patterns/en-us.js +23 -0
- data/assets/patterns/eo.js +27 -0
- data/assets/patterns/es.js +29 -0
- data/assets/patterns/et.js +27 -0
- data/assets/patterns/fi.js +19 -0
- data/assets/patterns/fr.js +28 -0
- data/assets/patterns/grc.js +30 -0
- data/assets/patterns/gu.js +14 -0
- data/assets/patterns/hi.js +14 -0
- data/assets/patterns/hu.js +26 -0
- data/assets/patterns/hy.js +15 -0
- data/assets/patterns/it.js +22 -0
- data/assets/patterns/kn.js +15 -0
- data/assets/patterns/la.js +24 -0
- data/assets/patterns/lt.js +19 -0
- data/assets/patterns/lv.js +22 -0
- data/assets/patterns/ml.js +16 -0
- data/assets/patterns/nb-no.js +133 -0
- data/assets/patterns/nl.js +21 -0
- data/assets/patterns/or.js +16 -0
- data/assets/patterns/pa.js +14 -0
- data/assets/patterns/pl.js +29 -0
- data/assets/patterns/pt.js +18 -0
- data/assets/patterns/ro.js +20 -0
- data/assets/patterns/ru.js +24 -0
- data/assets/patterns/sk.js +27 -0
- data/assets/patterns/sl.js +19 -0
- data/assets/patterns/sr-cyrl.js +22 -0
- data/assets/patterns/sr-latn.js +23 -0
- data/assets/patterns/sv.js +21 -0
- data/assets/patterns/ta.js +16 -0
- data/assets/patterns/te.js +14 -0
- data/assets/patterns/tr.js +17 -0
- data/assets/patterns/uk.js +27 -0
- data/assets/profile_picture.png +0 -0
- metadata +253 -0
@@ -0,0 +1,24 @@
|
|
1
|
+
|
2
|
+
// Base
|
3
|
+
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
4
|
+
|
5
|
+
// Set box-sizing globally to handle padding and border widths
|
6
|
+
*,
|
7
|
+
*:after,
|
8
|
+
*:before
|
9
|
+
box-sizing: inherit
|
10
|
+
|
11
|
+
// The base font-size is set at 62.5% for having the convenience
|
12
|
+
// of sizing rems in a way that is similar to using px: 1.6rem = 16px
|
13
|
+
html
|
14
|
+
box-sizing: border-box
|
15
|
+
font-size: 62.5%
|
16
|
+
|
17
|
+
// Default body styles
|
18
|
+
body
|
19
|
+
color: $color-secondary
|
20
|
+
font-family: 'Open Sans', 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif
|
21
|
+
font-size: 1.6em // Currently ems cause chrome bug misinterpreting rems on body element
|
22
|
+
font-weight: 300
|
23
|
+
letter-spacing: .01em
|
24
|
+
line-height: 1.6
|
@@ -0,0 +1,75 @@
|
|
1
|
+
|
2
|
+
// Button
|
3
|
+
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
4
|
+
|
5
|
+
.button,
|
6
|
+
button,
|
7
|
+
input[type='button'],
|
8
|
+
input[type='reset'],
|
9
|
+
input[type='submit']
|
10
|
+
background-color: $color-primary
|
11
|
+
border: .1rem solid $color-primary
|
12
|
+
border-radius: .4rem
|
13
|
+
color: $color-initial
|
14
|
+
cursor: pointer
|
15
|
+
display: inline-block
|
16
|
+
font-size: 1.1rem
|
17
|
+
font-weight: 700
|
18
|
+
height: 3.8rem
|
19
|
+
letter-spacing: .1rem
|
20
|
+
line-height: 3.8rem
|
21
|
+
padding: 0 3.0rem
|
22
|
+
text-align: center
|
23
|
+
text-decoration: none
|
24
|
+
text-transform: uppercase
|
25
|
+
white-space: nowrap
|
26
|
+
|
27
|
+
&:focus,
|
28
|
+
&:hover
|
29
|
+
background-color: $color-secondary
|
30
|
+
border-color: $color-secondary
|
31
|
+
color: $color-initial
|
32
|
+
outline: 0
|
33
|
+
|
34
|
+
&[disabled]
|
35
|
+
cursor: default
|
36
|
+
opacity: .5
|
37
|
+
|
38
|
+
&:focus,
|
39
|
+
&:hover
|
40
|
+
background-color: $color-primary
|
41
|
+
border-color: $color-primary
|
42
|
+
|
43
|
+
&.button-outline
|
44
|
+
background-color: transparent
|
45
|
+
color: $color-primary
|
46
|
+
|
47
|
+
&:focus,
|
48
|
+
&:hover
|
49
|
+
background-color: transparent
|
50
|
+
border-color: $color-secondary
|
51
|
+
color: $color-secondary
|
52
|
+
|
53
|
+
&[disabled]
|
54
|
+
|
55
|
+
&:focus,
|
56
|
+
&:hover
|
57
|
+
border-color: inherit
|
58
|
+
color: $color-primary
|
59
|
+
|
60
|
+
&.button-clear
|
61
|
+
background-color: transparent
|
62
|
+
border-color: transparent
|
63
|
+
color: $color-primary
|
64
|
+
|
65
|
+
&:focus,
|
66
|
+
&:hover
|
67
|
+
background-color: transparent
|
68
|
+
border-color: transparent
|
69
|
+
color: $color-secondary
|
70
|
+
|
71
|
+
&[disabled]
|
72
|
+
|
73
|
+
&:focus,
|
74
|
+
&:hover
|
75
|
+
color: $color-primary
|
@@ -0,0 +1,22 @@
|
|
1
|
+
|
2
|
+
// Code
|
3
|
+
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
4
|
+
|
5
|
+
code
|
6
|
+
background: $color-tertiary
|
7
|
+
border-radius: .4rem
|
8
|
+
font-size: 86%
|
9
|
+
margin: 0 .2rem
|
10
|
+
padding: .2rem .5rem
|
11
|
+
white-space: nowrap
|
12
|
+
|
13
|
+
pre
|
14
|
+
background: $color-tertiary
|
15
|
+
border-left: .3rem solid $color-primary
|
16
|
+
overflow-y: hidden
|
17
|
+
|
18
|
+
& > code
|
19
|
+
border-radius: 0
|
20
|
+
display: block
|
21
|
+
padding: 1rem 1.5rem
|
22
|
+
white-space: pre
|
@@ -0,0 +1,11 @@
|
|
1
|
+
|
2
|
+
// Color
|
3
|
+
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
4
|
+
|
5
|
+
// $color-primary: #9b4dca !default
|
6
|
+
$color-initial: #fff !default
|
7
|
+
$color-primary: $color-custom-primary !default
|
8
|
+
$color-secondary: #606c76 !default
|
9
|
+
$color-tertiary: #f4f5f6 !default
|
10
|
+
$color-quaternary: #d1d1d1 !default
|
11
|
+
$color-quinary: #e1e1e1 !default
|
@@ -0,0 +1,56 @@
|
|
1
|
+
|
2
|
+
// Form
|
3
|
+
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
4
|
+
|
5
|
+
input[type='email'],
|
6
|
+
input[type='number'],
|
7
|
+
input[type='password'],
|
8
|
+
input[type='search'],
|
9
|
+
input[type='tel'],
|
10
|
+
input[type='text'],
|
11
|
+
input[type='url'],
|
12
|
+
textarea,
|
13
|
+
select
|
14
|
+
appearance: none // Removes awkward default styles on some inputs for iOS
|
15
|
+
background-color: transparent
|
16
|
+
border: .1rem solid $color-quaternary
|
17
|
+
border-radius: .4rem
|
18
|
+
box-shadow: none
|
19
|
+
box-sizing: inherit // Forced to replace inherit values of the normalize.css
|
20
|
+
height: 3.8rem
|
21
|
+
padding: .6rem 1.0rem // The .6rem vertically centers text on FF, ignored by Webkit
|
22
|
+
width: 100%
|
23
|
+
|
24
|
+
&:focus
|
25
|
+
border-color: $color-primary
|
26
|
+
outline: 0
|
27
|
+
|
28
|
+
select
|
29
|
+
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#d1d1d1" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') center right no-repeat
|
30
|
+
padding-right: 3.0rem
|
31
|
+
|
32
|
+
&:focus
|
33
|
+
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="#9b4dca" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>')
|
34
|
+
|
35
|
+
textarea
|
36
|
+
min-height: 6.5rem
|
37
|
+
|
38
|
+
label,
|
39
|
+
legend
|
40
|
+
display: block
|
41
|
+
font-size: 1.6rem
|
42
|
+
font-weight: 700
|
43
|
+
margin-bottom: .5rem
|
44
|
+
|
45
|
+
fieldset
|
46
|
+
border-width: 0
|
47
|
+
padding: 0
|
48
|
+
|
49
|
+
input[type='checkbox'],
|
50
|
+
input[type='radio']
|
51
|
+
display: inline
|
52
|
+
|
53
|
+
.label-inline
|
54
|
+
display: inline-block
|
55
|
+
font-weight: normal
|
56
|
+
margin-left: .5rem
|
@@ -0,0 +1,158 @@
|
|
1
|
+
|
2
|
+
// Grid
|
3
|
+
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
4
|
+
|
5
|
+
// .container is main centered wrapper with a max width of 112.0rem (1120px)
|
6
|
+
.container
|
7
|
+
margin: 0 auto
|
8
|
+
max-width: 112.0rem
|
9
|
+
padding: 0 2.0rem
|
10
|
+
position: relative
|
11
|
+
width: 100%
|
12
|
+
|
13
|
+
// Using flexbox for the grid, inspired by Philip Walton:
|
14
|
+
// http://philipwalton.github.io/solved-by-flexbox/demos/grids/
|
15
|
+
// By default each .column within a .row will evenly take up
|
16
|
+
// available width, and the height of each .column with take
|
17
|
+
// up the height of the tallest .column in the same .row
|
18
|
+
.row
|
19
|
+
display: flex
|
20
|
+
flex-direction: column
|
21
|
+
padding: 0
|
22
|
+
width: 100%
|
23
|
+
|
24
|
+
&.row-no-padding
|
25
|
+
padding: 0
|
26
|
+
|
27
|
+
&> .column
|
28
|
+
padding: 0
|
29
|
+
|
30
|
+
&.row-wrap
|
31
|
+
flex-wrap: wrap
|
32
|
+
|
33
|
+
// Vertically Align Columns
|
34
|
+
// .row-* vertically aligns every .col in the .row
|
35
|
+
&.row-top
|
36
|
+
align-items: flex-start
|
37
|
+
|
38
|
+
&.row-bottom
|
39
|
+
align-items: flex-end
|
40
|
+
|
41
|
+
&.row-center
|
42
|
+
align-items: center
|
43
|
+
|
44
|
+
&.row-stretch
|
45
|
+
align-items: stretch
|
46
|
+
|
47
|
+
&.row-baseline
|
48
|
+
align-items: baseline
|
49
|
+
|
50
|
+
.column
|
51
|
+
display: block
|
52
|
+
// IE 11 required specifying the flex-basis otherwise it breaks mobile
|
53
|
+
flex: 1 1 auto
|
54
|
+
margin-left: 0
|
55
|
+
max-width: 100%
|
56
|
+
width: 100%
|
57
|
+
|
58
|
+
// Column Offsets
|
59
|
+
&.column-offset-10
|
60
|
+
margin-left: 10%
|
61
|
+
|
62
|
+
&.column-offset-20
|
63
|
+
margin-left: 20%
|
64
|
+
|
65
|
+
&.column-offset-25
|
66
|
+
margin-left: 25%
|
67
|
+
|
68
|
+
&.column-offset-33,
|
69
|
+
&.column-offset-34
|
70
|
+
margin-left: 33.3333%
|
71
|
+
|
72
|
+
&.column-offset-50
|
73
|
+
margin-left: 50%
|
74
|
+
|
75
|
+
&.column-offset-66,
|
76
|
+
&.column-offset-67
|
77
|
+
margin-left: 66.6666%
|
78
|
+
|
79
|
+
&.column-offset-75
|
80
|
+
margin-left: 75%
|
81
|
+
|
82
|
+
&.column-offset-80
|
83
|
+
margin-left: 80%
|
84
|
+
|
85
|
+
&.column-offset-90
|
86
|
+
margin-left: 90%
|
87
|
+
|
88
|
+
// Explicit Column Percent Sizes
|
89
|
+
// By default each grid column will evenly distribute
|
90
|
+
// across the grid. However, you can specify individual
|
91
|
+
// columns to take up a certain size of the available area
|
92
|
+
&.column-10
|
93
|
+
flex: 0 0 10%
|
94
|
+
max-width: 10%
|
95
|
+
|
96
|
+
&.column-20
|
97
|
+
flex: 0 0 20%
|
98
|
+
max-width: 20%
|
99
|
+
|
100
|
+
&.column-25
|
101
|
+
flex: 0 0 25%
|
102
|
+
max-width: 25%
|
103
|
+
|
104
|
+
&.column-33,
|
105
|
+
&.column-34
|
106
|
+
flex: 0 0 33.3333%
|
107
|
+
max-width: 33.3333%
|
108
|
+
|
109
|
+
&.column-40
|
110
|
+
flex: 0 0 40%
|
111
|
+
max-width: 40%
|
112
|
+
|
113
|
+
&.column-50
|
114
|
+
flex: 0 0 50%
|
115
|
+
max-width: 50%
|
116
|
+
|
117
|
+
&.column-60
|
118
|
+
flex: 0 0 60%
|
119
|
+
max-width: 60%
|
120
|
+
|
121
|
+
&.column-66,
|
122
|
+
&.column-67
|
123
|
+
flex: 0 0 66.6666%
|
124
|
+
max-width: 66.6666%
|
125
|
+
|
126
|
+
&.column-75
|
127
|
+
flex: 0 0 75%
|
128
|
+
max-width: 75%
|
129
|
+
|
130
|
+
&.column-80
|
131
|
+
flex: 0 0 80%
|
132
|
+
max-width: 80%
|
133
|
+
|
134
|
+
&.column-90
|
135
|
+
flex: 0 0 90%
|
136
|
+
max-width: 90%
|
137
|
+
|
138
|
+
// .column-* vertically aligns an individual .column
|
139
|
+
.column-top
|
140
|
+
align-self: flex-start
|
141
|
+
|
142
|
+
.column-bottom
|
143
|
+
align-self: flex-end
|
144
|
+
|
145
|
+
.column-center
|
146
|
+
align-self: center
|
147
|
+
|
148
|
+
// Larger than mobile screen
|
149
|
+
@media (min-width: 40.0rem) // Safari desktop has a bug using `rem`, but Safari mobile works
|
150
|
+
|
151
|
+
.row
|
152
|
+
flex-direction: row
|
153
|
+
margin-left: -1.0rem
|
154
|
+
width: calc(100% + 2.0rem)
|
155
|
+
|
156
|
+
.column
|
157
|
+
margin-bottom: inherit
|
158
|
+
padding: 0 1.0rem
|
@@ -0,0 +1,22 @@
|
|
1
|
+
|
2
|
+
// List
|
3
|
+
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
4
|
+
|
5
|
+
dl,
|
6
|
+
ol,
|
7
|
+
ul
|
8
|
+
list-style: none
|
9
|
+
margin-top: 0
|
10
|
+
padding-left: 0
|
11
|
+
|
12
|
+
dl,
|
13
|
+
ol,
|
14
|
+
ul
|
15
|
+
font-size: 90%
|
16
|
+
margin: 1.5rem 0 1.5rem 3.0rem
|
17
|
+
|
18
|
+
ol
|
19
|
+
list-style: decimal inside
|
20
|
+
|
21
|
+
ul
|
22
|
+
list-style: circle inside
|
@@ -0,0 +1,27 @@
|
|
1
|
+
|
2
|
+
// Spacing
|
3
|
+
// ––––––––––––––––––––––––––––––––––––––––––––––––––
|
4
|
+
|
5
|
+
.button,
|
6
|
+
button,
|
7
|
+
dd,
|
8
|
+
dt,
|
9
|
+
li
|
10
|
+
margin-bottom: 1.0rem
|
11
|
+
|
12
|
+
fieldset,
|
13
|
+
input,
|
14
|
+
select,
|
15
|
+
textarea
|
16
|
+
margin-bottom: 1.5rem
|
17
|
+
|
18
|
+
blockquote,
|
19
|
+
dl,
|
20
|
+
figure,
|
21
|
+
form,
|
22
|
+
ol,
|
23
|
+
p,
|
24
|
+
pre,
|
25
|
+
table,
|
26
|
+
ul
|
27
|
+
margin-bottom: 2.5rem
|