hardpool-flat 2.2.0 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_includes/footer.html +0 -0
- data/_includes/footer.project.html +20 -0
- data/_includes/head.html +0 -0
- data/_includes/header.1.html +8 -3
- data/_includes/header.html +1 -1
- data/_includes/header.project.html +69 -0
- data/_includes/qv_modal.html +0 -0
- data/_includes/scripts.html +1 -0
- data/_includes/section_row.html +0 -0
- data/_includes/seo.html +0 -0
- data/_layouts/contained.html +0 -0
- data/_layouts/default.html +16 -3
- data/_layouts/page.html +0 -0
- data/_layouts/portfolio-landing.html +0 -0
- data/_layouts/portfolio-post-bnr.html +0 -0
- data/_layouts/portfolio-post.html +0 -0
- data/_layouts/portfolio.html +0 -0
- data/_layouts/posts.html +0 -0
- data/_layouts/project.html +30 -0
- data/_sass/_mixins.scss +0 -0
- data/_sass/_var.scss +0 -0
- data/_sass/bootstrap/_alert.scss +0 -0
- data/_sass/bootstrap/_badge.scss +0 -0
- data/_sass/bootstrap/_breadcrumb.scss +0 -0
- data/_sass/bootstrap/_button-group.scss +0 -0
- data/_sass/bootstrap/_buttons.scss +0 -0
- data/_sass/bootstrap/_card.scss +0 -0
- data/_sass/bootstrap/_carousel.scss +0 -0
- data/_sass/bootstrap/_close.scss +0 -0
- data/_sass/bootstrap/_code.scss +0 -0
- data/_sass/bootstrap/_custom-forms.scss +0 -0
- data/_sass/bootstrap/_dropdown.scss +0 -0
- data/_sass/bootstrap/_forms.scss +0 -0
- data/_sass/bootstrap/_functions.scss +0 -0
- data/_sass/bootstrap/_grid.scss +0 -0
- data/_sass/bootstrap/_images.scss +0 -0
- data/_sass/bootstrap/_input-group.scss +0 -0
- data/_sass/bootstrap/_jumbotron.scss +0 -0
- data/_sass/bootstrap/_list-group.scss +0 -0
- data/_sass/bootstrap/_media.scss +0 -0
- data/_sass/bootstrap/_mixins.scss +0 -0
- data/_sass/bootstrap/_modal.scss +0 -0
- data/_sass/bootstrap/_nav.scss +0 -0
- data/_sass/bootstrap/_navbar.scss +0 -0
- data/_sass/bootstrap/_pagination.scss +0 -0
- data/_sass/bootstrap/_popover.scss +0 -0
- data/_sass/bootstrap/_print.scss +0 -0
- data/_sass/bootstrap/_progress.scss +0 -0
- data/_sass/bootstrap/_reboot.scss +0 -0
- data/_sass/bootstrap/_root.scss +0 -0
- data/_sass/bootstrap/_tables.scss +0 -0
- data/_sass/bootstrap/_tooltip.scss +0 -0
- data/_sass/bootstrap/_transitions.scss +0 -0
- data/_sass/bootstrap/_type.scss +0 -0
- data/_sass/bootstrap/_utilities.scss +0 -0
- data/_sass/bootstrap/_variables.scss +0 -0
- data/_sass/bootstrap/bootstrap-grid.scss +0 -0
- data/_sass/bootstrap/bootstrap-reboot.scss +0 -0
- data/_sass/bootstrap/bootstrap.scss +0 -1
- data/_sass/bootstrap/mixins/_alert.scss +0 -0
- data/_sass/bootstrap/mixins/_background-variant.scss +0 -0
- data/_sass/bootstrap/mixins/_badge.scss +0 -0
- data/_sass/bootstrap/mixins/_border-radius.scss +0 -0
- data/_sass/bootstrap/mixins/_box-shadow.scss +0 -0
- data/_sass/bootstrap/mixins/_breakpoints.scss +0 -0
- data/_sass/bootstrap/mixins/_buttons.scss +0 -0
- data/_sass/bootstrap/mixins/_caret.scss +0 -0
- data/_sass/bootstrap/mixins/_clearfix.scss +0 -0
- data/_sass/bootstrap/mixins/_float.scss +0 -0
- data/_sass/bootstrap/mixins/_forms.scss +0 -0
- data/_sass/bootstrap/mixins/_gradients.scss +0 -0
- data/_sass/bootstrap/mixins/_grid-framework.scss +0 -0
- data/_sass/bootstrap/mixins/_grid.scss +0 -0
- data/_sass/bootstrap/mixins/_hover.scss +0 -0
- data/_sass/bootstrap/mixins/_image.scss +0 -0
- data/_sass/bootstrap/mixins/_list-group.scss +0 -0
- data/_sass/bootstrap/mixins/_lists.scss +0 -0
- data/_sass/bootstrap/mixins/_nav-divider.scss +0 -0
- data/_sass/bootstrap/mixins/_pagination.scss +0 -0
- data/_sass/bootstrap/mixins/_reset-text.scss +0 -0
- data/_sass/bootstrap/mixins/_resize.scss +0 -0
- data/_sass/bootstrap/mixins/_screen-reader.scss +0 -0
- data/_sass/bootstrap/mixins/_size.scss +0 -0
- data/_sass/bootstrap/mixins/_table-row.scss +0 -0
- data/_sass/bootstrap/mixins/_text-emphasis.scss +0 -0
- data/_sass/bootstrap/mixins/_text-hide.scss +0 -0
- data/_sass/bootstrap/mixins/_text-truncate.scss +0 -0
- data/_sass/bootstrap/mixins/_transition.scss +0 -0
- data/_sass/bootstrap/mixins/_visibility.scss +0 -0
- data/_sass/bootstrap/utilities/_align.scss +0 -0
- data/_sass/bootstrap/utilities/_background.scss +0 -0
- data/_sass/bootstrap/utilities/_borders.scss +0 -0
- data/_sass/bootstrap/utilities/_clearfix.scss +0 -0
- data/_sass/bootstrap/utilities/_display.scss +0 -0
- data/_sass/bootstrap/utilities/_embed.scss +0 -0
- data/_sass/bootstrap/utilities/_flex.scss +0 -0
- data/_sass/bootstrap/utilities/_float.scss +0 -0
- data/_sass/bootstrap/utilities/_position.scss +0 -0
- data/_sass/bootstrap/utilities/_screenreaders.scss +0 -0
- data/_sass/bootstrap/utilities/_shadows.scss +0 -0
- data/_sass/bootstrap/utilities/_sizing.scss +0 -0
- data/_sass/bootstrap/utilities/_spacing.scss +0 -0
- data/_sass/bootstrap/utilities/_text.scss +0 -0
- data/_sass/bootstrap/utilities/_visibility.scss +0 -0
- data/_sass/colors.scss +5 -0
- data/_sass/primer/base/README.md +25 -0
- data/_sass/primer/base/base.scss +86 -0
- data/_sass/primer/base/index.scss +6 -0
- data/_sass/primer/base/kbd.scss +21 -0
- data/_sass/primer/base/normalize.scss +421 -0
- data/_sass/primer/base/typography-base.scss +88 -0
- data/_sass/primer/markdown/README.md +25 -0
- data/_sass/primer/markdown/blob-csv.scss +29 -0
- data/_sass/primer/markdown/code.scss +158 -0
- data/_sass/primer/markdown/headings.scss +72 -0
- data/_sass/primer/markdown/images.scss +131 -0
- data/_sass/primer/markdown/index.scss +8 -0
- data/_sass/primer/markdown/lists.scss +77 -0
- data/_sass/primer/markdown/markdown-body.scss +99 -0
- data/_sass/primer/markdown/tables.scss +37 -0
- data/_sass/primer/support/README.md +25 -0
- data/_sass/primer/support/index.scss +11 -0
- data/_sass/primer/support/mixins/buttons.scss +167 -0
- data/_sass/primer/support/mixins/layout.scss +58 -0
- data/_sass/primer/support/mixins/misc.scss +29 -0
- data/_sass/primer/support/mixins/typography.scss +84 -0
- data/_sass/primer/support/variables/color-system.scss +243 -0
- data/_sass/primer/support/variables/colors.scss +63 -0
- data/_sass/primer/support/variables/layout.scss +129 -0
- data/_sass/primer/support/variables/misc.scss +26 -0
- data/_sass/primer/support/variables/typography.scss +42 -0
- data/_sass/theme.scss +5 -0
- data/_sass/theme/_animations.scss +0 -0
- data/_sass/theme/_global.scss +3 -1
- data/_sass/theme/_header.scss +58 -3
- data/_sass/theme/_page.scss +22 -0
- data/assets/js/main.bundle.js +1 -1
- metadata +35 -5
@@ -0,0 +1,88 @@
|
|
1
|
+
// Headings
|
2
|
+
// --------------------------------------------------
|
3
|
+
// stylelint-disable selector-max-type
|
4
|
+
h1,
|
5
|
+
h2,
|
6
|
+
h3,
|
7
|
+
h4,
|
8
|
+
h5,
|
9
|
+
h6 {
|
10
|
+
margin-top: 0;
|
11
|
+
margin-bottom: 0;
|
12
|
+
}
|
13
|
+
|
14
|
+
h1 { @include h1; }
|
15
|
+
h2 { @include h2; }
|
16
|
+
h3 { @include h3; }
|
17
|
+
h4 { @include h4; }
|
18
|
+
h5 { @include h5; }
|
19
|
+
h6 { @include h6; }
|
20
|
+
|
21
|
+
// Body text
|
22
|
+
// --------------------------------------------------
|
23
|
+
|
24
|
+
p {
|
25
|
+
margin-top: 0;
|
26
|
+
// stylelint-disable-next-line primer/spacing
|
27
|
+
margin-bottom: 10px;
|
28
|
+
}
|
29
|
+
|
30
|
+
small {
|
31
|
+
// stylelint-disable-next-line primer/typography
|
32
|
+
font-size: 90%;
|
33
|
+
}
|
34
|
+
|
35
|
+
blockquote {
|
36
|
+
margin: 0;
|
37
|
+
}
|
38
|
+
|
39
|
+
// Lists
|
40
|
+
// --------------------------------------------------
|
41
|
+
|
42
|
+
ul,
|
43
|
+
ol {
|
44
|
+
padding-left: 0;
|
45
|
+
margin-top: 0;
|
46
|
+
margin-bottom: 0;
|
47
|
+
}
|
48
|
+
|
49
|
+
ol ol,
|
50
|
+
ul ol {
|
51
|
+
list-style-type: lower-roman;
|
52
|
+
}
|
53
|
+
|
54
|
+
ul ul ol,
|
55
|
+
ul ol ol,
|
56
|
+
ol ul ol,
|
57
|
+
ol ol ol {
|
58
|
+
list-style-type: lower-alpha;
|
59
|
+
}
|
60
|
+
|
61
|
+
dd {
|
62
|
+
margin-left: 0;
|
63
|
+
}
|
64
|
+
|
65
|
+
// Code
|
66
|
+
// --------------------------------------------------
|
67
|
+
|
68
|
+
tt,
|
69
|
+
code {
|
70
|
+
font-family: $mono-font;
|
71
|
+
font-size: $font-size-small;
|
72
|
+
}
|
73
|
+
|
74
|
+
pre {
|
75
|
+
margin-top: 0;
|
76
|
+
margin-bottom: 0;
|
77
|
+
font-family: $mono-font;
|
78
|
+
font-size: $font-size-small;
|
79
|
+
}
|
80
|
+
|
81
|
+
// Octicons
|
82
|
+
// --------------------------------------------------
|
83
|
+
|
84
|
+
// Move this over here as a temporary override to the octicons source repo
|
85
|
+
// instead of updating that upstream.
|
86
|
+
.octicon {
|
87
|
+
vertical-align: text-bottom;
|
88
|
+
}
|
@@ -0,0 +1,25 @@
|
|
1
|
+
---
|
2
|
+
bundle: "markdown"
|
3
|
+
generated: true
|
4
|
+
---
|
5
|
+
|
6
|
+
# Primer CSS: `markdown` bundle
|
7
|
+
|
8
|
+
## Usage
|
9
|
+
|
10
|
+
Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with:
|
11
|
+
|
12
|
+
```scss
|
13
|
+
@import "@primer/css/markdown/index.scss";
|
14
|
+
```
|
15
|
+
|
16
|
+
## Build
|
17
|
+
|
18
|
+
The `@primer/css` npm package includes a standalone CSS build of this module in `dist/markdown.css`.
|
19
|
+
|
20
|
+
## License
|
21
|
+
|
22
|
+
[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/)
|
23
|
+
|
24
|
+
|
25
|
+
[scss]: https://sass-lang.com/documentation/syntax#scss
|
@@ -0,0 +1,29 @@
|
|
1
|
+
// stylelint-disable selector-max-type
|
2
|
+
.markdown-body .csv-data {
|
3
|
+
td,
|
4
|
+
th {
|
5
|
+
// stylelint-disable-next-line primer/spacing
|
6
|
+
padding: 5px;
|
7
|
+
overflow: hidden;
|
8
|
+
font-size: $font-size-small;
|
9
|
+
line-height: $lh-condensed-ultra;
|
10
|
+
text-align: left;
|
11
|
+
white-space: nowrap;
|
12
|
+
}
|
13
|
+
|
14
|
+
.blob-num {
|
15
|
+
// stylelint-disable-next-line primer/spacing
|
16
|
+
padding: 10px $spacer-2 9px;
|
17
|
+
text-align: right;
|
18
|
+
background: $bg-white;
|
19
|
+
border: 0;
|
20
|
+
}
|
21
|
+
|
22
|
+
tr { border-top: 0; }
|
23
|
+
|
24
|
+
th {
|
25
|
+
font-weight: $font-weight-bold;
|
26
|
+
background: $bg-gray;
|
27
|
+
border-top: 0;
|
28
|
+
}
|
29
|
+
}
|
@@ -0,0 +1,158 @@
|
|
1
|
+
// stylelint-disable selector-max-type
|
2
|
+
.markdown-body {
|
3
|
+
// Inline code snippets
|
4
|
+
code,
|
5
|
+
tt {
|
6
|
+
// stylelint-disable-next-line primer/spacing
|
7
|
+
padding: 0.2em 0.4em;
|
8
|
+
margin: 0;
|
9
|
+
// stylelint-disable-next-line primer/typography
|
10
|
+
font-size: 85%;
|
11
|
+
// stylelint-disable-next-line primer/colors
|
12
|
+
background-color: rgba($black, 0.05);
|
13
|
+
border-radius: $border-radius;
|
14
|
+
|
15
|
+
br { display: none; }
|
16
|
+
}
|
17
|
+
|
18
|
+
del code { text-decoration: inherit; }
|
19
|
+
|
20
|
+
pre {
|
21
|
+
word-wrap: normal;
|
22
|
+
|
23
|
+
// Code tags within code blocks (<pre>s)
|
24
|
+
> code {
|
25
|
+
padding: 0;
|
26
|
+
margin: 0;
|
27
|
+
// stylelint-disable-next-line primer/typography
|
28
|
+
font-size: 100%;
|
29
|
+
word-break: normal;
|
30
|
+
white-space: pre;
|
31
|
+
background: transparent;
|
32
|
+
border: 0;
|
33
|
+
}
|
34
|
+
}
|
35
|
+
|
36
|
+
.highlight {
|
37
|
+
margin-bottom: $spacer-3;
|
38
|
+
|
39
|
+
pre {
|
40
|
+
margin-bottom: 0;
|
41
|
+
word-break: normal;
|
42
|
+
}
|
43
|
+
}
|
44
|
+
|
45
|
+
.highlight pre,
|
46
|
+
pre {
|
47
|
+
padding: $spacer-3;
|
48
|
+
overflow: auto;
|
49
|
+
// stylelint-disable-next-line primer/typography
|
50
|
+
font-size: 85%;
|
51
|
+
// stylelint-disable-next-line primer/typography
|
52
|
+
line-height: 1.45;
|
53
|
+
background-color: #444242; //$bg-gray;
|
54
|
+
border-radius: $border-radius;
|
55
|
+
}
|
56
|
+
|
57
|
+
pre code,
|
58
|
+
pre tt {
|
59
|
+
display: inline;
|
60
|
+
max-width: auto;
|
61
|
+
padding: 0;
|
62
|
+
margin: 0;
|
63
|
+
overflow: visible;
|
64
|
+
line-height: inherit;
|
65
|
+
word-wrap: normal;
|
66
|
+
background-color: transparent;
|
67
|
+
border: 0;
|
68
|
+
}
|
69
|
+
|
70
|
+
}
|
71
|
+
|
72
|
+
/*
|
73
|
+
An Old Hope – Star Wars Syntax (c) Gustavo Costa <gusbemacbe@gmail.com>
|
74
|
+
Original theme - Ocean Dark Theme – by https://github.com/gavsiu
|
75
|
+
Based on Jesse Leite's Atom syntax theme 'An Old Hope' – https://github.com/JesseLeite/an-old-hope-syntax-atom
|
76
|
+
*/
|
77
|
+
|
78
|
+
/* Death Star Comment */
|
79
|
+
.hljs-comment,
|
80
|
+
.hljs-quote
|
81
|
+
{
|
82
|
+
color: #B6B18B;
|
83
|
+
}
|
84
|
+
|
85
|
+
/* Darth Vader */
|
86
|
+
.hljs-variable,
|
87
|
+
.hljs-template-variable,
|
88
|
+
.hljs-tag,
|
89
|
+
.hljs-name,
|
90
|
+
.hljs-selector-id,
|
91
|
+
.hljs-selector-class,
|
92
|
+
.hljs-regexp,
|
93
|
+
.hljs-deletion
|
94
|
+
{
|
95
|
+
color: #EB3C54;
|
96
|
+
}
|
97
|
+
|
98
|
+
/* Threepio */
|
99
|
+
.hljs-number,
|
100
|
+
.hljs-built_in,
|
101
|
+
.hljs-builtin-name,
|
102
|
+
.hljs-literal,
|
103
|
+
.hljs-type,
|
104
|
+
.hljs-params,
|
105
|
+
.hljs-meta,
|
106
|
+
.hljs-link
|
107
|
+
{
|
108
|
+
color: #E7CE56;
|
109
|
+
}
|
110
|
+
|
111
|
+
/* Luke Skywalker */
|
112
|
+
.hljs-attribute
|
113
|
+
{
|
114
|
+
color: #EE7C2B;
|
115
|
+
}
|
116
|
+
|
117
|
+
/* Obi Wan Kenobi */
|
118
|
+
.hljs-string,
|
119
|
+
.hljs-symbol,
|
120
|
+
.hljs-bullet,
|
121
|
+
.hljs-addition
|
122
|
+
{
|
123
|
+
color: #4FB4D7;
|
124
|
+
}
|
125
|
+
|
126
|
+
/* Yoda */
|
127
|
+
.hljs-title,
|
128
|
+
.hljs-section
|
129
|
+
{
|
130
|
+
color: #78BB65;
|
131
|
+
}
|
132
|
+
|
133
|
+
/* Mace Windu */
|
134
|
+
.hljs-keyword,
|
135
|
+
.hljs-selector-tag
|
136
|
+
{
|
137
|
+
color: #B45EA4;
|
138
|
+
}
|
139
|
+
|
140
|
+
/* Millenium Falcon */
|
141
|
+
.hljs
|
142
|
+
{
|
143
|
+
display: block;
|
144
|
+
overflow-x: auto;
|
145
|
+
background: #1C1D21;
|
146
|
+
color: #c0c5ce;
|
147
|
+
padding: 0.5em;
|
148
|
+
}
|
149
|
+
|
150
|
+
.hljs-emphasis
|
151
|
+
{
|
152
|
+
font-style: italic;
|
153
|
+
}
|
154
|
+
|
155
|
+
.hljs-strong
|
156
|
+
{
|
157
|
+
font-weight: bold;
|
158
|
+
}
|
@@ -0,0 +1,72 @@
|
|
1
|
+
// Needs refactoring
|
2
|
+
// stylelint-disable selector-max-compound-selectors, selector-max-specificity
|
3
|
+
// stylelint-disable selector-max-type
|
4
|
+
.markdown-body {
|
5
|
+
// Headings
|
6
|
+
h1,
|
7
|
+
h2,
|
8
|
+
h3,
|
9
|
+
h4,
|
10
|
+
h5,
|
11
|
+
h6 {
|
12
|
+
margin-top: 1.5rem;
|
13
|
+
margin-bottom: 0.7rem;
|
14
|
+
font-weight: $font-weight-bold;
|
15
|
+
line-height: $lh-condensed;
|
16
|
+
|
17
|
+
.octicon-link {
|
18
|
+
color: $text-black;
|
19
|
+
vertical-align: middle;
|
20
|
+
visibility: hidden;
|
21
|
+
}
|
22
|
+
|
23
|
+
&:hover .anchor {
|
24
|
+
text-decoration: none;
|
25
|
+
|
26
|
+
.octicon-link {
|
27
|
+
visibility: visible;
|
28
|
+
}
|
29
|
+
}
|
30
|
+
|
31
|
+
tt,
|
32
|
+
code {
|
33
|
+
font-size: inherit;
|
34
|
+
}
|
35
|
+
}
|
36
|
+
|
37
|
+
h1 {
|
38
|
+
// stylelint-disable-next-line primer/spacing
|
39
|
+
padding-bottom: 0.3em;
|
40
|
+
// stylelint-disable-next-line primer/typography
|
41
|
+
font-size: 2em;
|
42
|
+
border-bottom: $border-width $border-style $border-gray-light;
|
43
|
+
}
|
44
|
+
|
45
|
+
h2 {
|
46
|
+
// stylelint-disable-next-line primer/spacing
|
47
|
+
padding-bottom: 0.3em;
|
48
|
+
// stylelint-disable-next-line primer/typography
|
49
|
+
font-size: 1.5em;
|
50
|
+
border-bottom: $border-width $border-style $border-gray-light;
|
51
|
+
}
|
52
|
+
|
53
|
+
h3 {
|
54
|
+
// stylelint-disable-next-line primer/typography
|
55
|
+
font-size: 1.25em;
|
56
|
+
}
|
57
|
+
|
58
|
+
h4 {
|
59
|
+
font-size: 1em;
|
60
|
+
}
|
61
|
+
|
62
|
+
h5 {
|
63
|
+
// stylelint-disable-next-line primer/typography
|
64
|
+
font-size: 0.875em;
|
65
|
+
}
|
66
|
+
|
67
|
+
h6 {
|
68
|
+
// stylelint-disable-next-line primer/typography
|
69
|
+
font-size: 0.85em;
|
70
|
+
color: $text-gray-light;
|
71
|
+
}
|
72
|
+
}
|
@@ -0,0 +1,131 @@
|
|
1
|
+
// Need to target base styles
|
2
|
+
// stylelint-disable selector-max-compound-selectors, selector-no-qualifying-type
|
3
|
+
// stylelint-disable selector-max-type
|
4
|
+
.markdown-body {
|
5
|
+
// Images & Stuff
|
6
|
+
img {
|
7
|
+
max-width: 100%;
|
8
|
+
// because we put padding on the images to hide header lines, and some people
|
9
|
+
// specify the width of their images in their markdown.
|
10
|
+
box-sizing: content-box;
|
11
|
+
background-color: $bg-white;
|
12
|
+
|
13
|
+
&[align=right] {
|
14
|
+
// stylelint-disable-next-line primer/spacing
|
15
|
+
padding-left: 20px;
|
16
|
+
}
|
17
|
+
|
18
|
+
&[align=left] {
|
19
|
+
// stylelint-disable-next-line primer/spacing
|
20
|
+
padding-right: 20px;
|
21
|
+
}
|
22
|
+
}
|
23
|
+
|
24
|
+
.emoji {
|
25
|
+
max-width: none;
|
26
|
+
vertical-align: text-top;
|
27
|
+
// Override `<img>` styles so Emjois don't clash with zebra striping in our tables
|
28
|
+
background-color: transparent;
|
29
|
+
}
|
30
|
+
|
31
|
+
// Gollum Image Tags
|
32
|
+
|
33
|
+
// Framed
|
34
|
+
span.frame {
|
35
|
+
display: block;
|
36
|
+
overflow: hidden;
|
37
|
+
|
38
|
+
> span {
|
39
|
+
display: block;
|
40
|
+
float: left;
|
41
|
+
width: auto;
|
42
|
+
// stylelint-disable-next-line primer/spacing
|
43
|
+
padding: 7px;
|
44
|
+
// stylelint-disable-next-line primer/spacing
|
45
|
+
margin: 13px 0 0;
|
46
|
+
overflow: hidden;
|
47
|
+
// stylelint-disable-next-line primer/borders
|
48
|
+
border: $border-width $border-style lighten($gray-300, 5%);
|
49
|
+
}
|
50
|
+
|
51
|
+
span img {
|
52
|
+
display: block;
|
53
|
+
float: left;
|
54
|
+
}
|
55
|
+
|
56
|
+
span span {
|
57
|
+
display: block;
|
58
|
+
// stylelint-disable-next-line primer/spacing
|
59
|
+
padding: 5px 0 0;
|
60
|
+
clear: both;
|
61
|
+
color: $text-gray-dark;
|
62
|
+
}
|
63
|
+
}
|
64
|
+
|
65
|
+
span.align-center {
|
66
|
+
display: block;
|
67
|
+
overflow: hidden;
|
68
|
+
clear: both;
|
69
|
+
|
70
|
+
> span {
|
71
|
+
display: block;
|
72
|
+
// stylelint-disable-next-line primer/spacing
|
73
|
+
margin: 13px auto 0;
|
74
|
+
overflow: hidden;
|
75
|
+
text-align: center;
|
76
|
+
}
|
77
|
+
|
78
|
+
span img {
|
79
|
+
margin: 0 auto;
|
80
|
+
text-align: center;
|
81
|
+
}
|
82
|
+
}
|
83
|
+
|
84
|
+
span.align-right {
|
85
|
+
display: block;
|
86
|
+
overflow: hidden;
|
87
|
+
clear: both;
|
88
|
+
|
89
|
+
> span {
|
90
|
+
display: block;
|
91
|
+
// stylelint-disable-next-line primer/spacing
|
92
|
+
margin: 13px 0 0;
|
93
|
+
overflow: hidden;
|
94
|
+
text-align: right;
|
95
|
+
}
|
96
|
+
|
97
|
+
span img {
|
98
|
+
margin: 0;
|
99
|
+
text-align: right;
|
100
|
+
}
|
101
|
+
}
|
102
|
+
|
103
|
+
span.float-left {
|
104
|
+
display: block;
|
105
|
+
float: left;
|
106
|
+
// stylelint-disable-next-line primer/spacing
|
107
|
+
margin-right: 13px;
|
108
|
+
overflow: hidden;
|
109
|
+
|
110
|
+
span {
|
111
|
+
// stylelint-disable-next-line primer/spacing
|
112
|
+
margin: 13px 0 0;
|
113
|
+
}
|
114
|
+
}
|
115
|
+
|
116
|
+
span.float-right {
|
117
|
+
display: block;
|
118
|
+
float: right;
|
119
|
+
// stylelint-disable-next-line primer/spacing
|
120
|
+
margin-left: 13px;
|
121
|
+
overflow: hidden;
|
122
|
+
|
123
|
+
> span {
|
124
|
+
display: block;
|
125
|
+
// stylelint-disable-next-line primer/spacing
|
126
|
+
margin: 13px auto 0;
|
127
|
+
overflow: hidden;
|
128
|
+
text-align: right;
|
129
|
+
}
|
130
|
+
}
|
131
|
+
}
|