@eeacms/volto-eea-design-system 0.2.1 → 0.2.4

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.
Files changed (71) hide show
  1. package/.github/workflows/auto-comment.yml +20 -0
  2. package/CHANGELOG.md +165 -1
  3. package/package.json +1 -1
  4. package/src/semantic.less +1 -5
  5. package/src/ui/Banner/Banner.jsx +1 -1
  6. package/src/ui/Breadcrumbs/Breadcrumb.stories.jsx +3 -0
  7. package/src/ui/Breadcrumbs/Breadcrumbs.jsx +1 -0
  8. package/src/ui/CallToAction/CallToAction.stories.jsx +239 -0
  9. package/src/ui/{AvatarGrid → Card/AvatarGrid}/AvatarGrid.jsx +14 -14
  10. package/src/ui/{AvatarGrid → Card/AvatarGrid}/AvatarGrid.stories.jsx +24 -21
  11. package/src/ui/Card/Card.stories.jsx +249 -0
  12. package/src/ui/Card/PublicationCard.stories.jsx +46 -0
  13. package/src/ui/Card/RelatedContent/RelatedContent.jsx +76 -0
  14. package/src/ui/Card/RelatedContent/RelatedContent.stories.jsx +313 -0
  15. package/src/ui/Card/RoundedCard.stories.jsx +96 -0
  16. package/src/ui/{Button → Form/Button}/Button.stories.jsx +88 -52
  17. package/src/ui/KeyContent/KeyContent.jsx +9 -3
  18. package/src/ui/KeyContent/KeyContent.stories.jsx +1 -22
  19. package/src/ui/Loader/Loader.stories.jsx +21 -3
  20. package/src/ui/Testimonial/Testimonial.jsx +9 -8
  21. package/src/ui/Testimonial/Testimonial.stories.jsx +14 -11
  22. package/src/ui/Timeline/Timeline.jsx +1 -1
  23. package/src/ui/Timeline/Timeline.stories.jsx +12 -12
  24. package/src/ui/index.js +2 -4
  25. package/theme/theme.config +2 -4
  26. package/theme/themes/eea/collections/breadcrumb.overrides +12 -20
  27. package/theme/themes/eea/collections/breadcrumb.variables +3 -3
  28. package/theme/themes/eea/collections/form.overrides +116 -0
  29. package/theme/themes/eea/elements/button.overrides +172 -113
  30. package/theme/themes/eea/elements/button.variables +20 -6
  31. package/theme/themes/eea/elements/container.overrides +4 -19
  32. package/theme/themes/eea/elements/container.variables +5 -4
  33. package/theme/themes/eea/elements/label.overrides +12 -3
  34. package/theme/themes/eea/elements/label.variables +1 -1
  35. package/theme/themes/eea/elements/list.overrides +10 -0
  36. package/theme/themes/eea/elements/list.variables +3 -1
  37. package/theme/themes/eea/elements/loader.overrides +197 -0
  38. package/theme/themes/eea/elements/loader.variables +12 -1
  39. package/theme/themes/eea/elements/segment.overrides +77 -0
  40. package/theme/themes/eea/elements/segment.variables +2 -2
  41. package/theme/themes/eea/extras/avatarGrid.less +22 -24
  42. package/theme/themes/eea/extras/avatarGrid.variables +4 -8
  43. package/theme/themes/eea/extras/banner.less +32 -41
  44. package/theme/themes/eea/extras/blockquote.less +6 -3
  45. package/theme/themes/eea/extras/footer.less +239 -241
  46. package/theme/themes/eea/extras/header.less +1 -1
  47. package/theme/themes/eea/extras/keyContent.less +18 -16
  48. package/theme/themes/eea/extras/keyContent.variables +13 -7
  49. package/theme/themes/eea/extras/main.overrides +9 -0
  50. package/theme/themes/eea/extras/main.variables +3 -0
  51. package/theme/themes/eea/extras/pullquote.less +3 -3
  52. package/theme/themes/eea/extras/relatedContent.less +27 -0
  53. package/theme/themes/eea/extras/relatedContent.variables +3 -0
  54. package/theme/themes/eea/extras/tagList.less +0 -1
  55. package/theme/themes/eea/globals/site.variables +16 -12
  56. package/theme/themes/eea/modules/modal.overrides +4 -0
  57. package/theme/themes/eea/modules/progress.variables +1 -1
  58. package/theme/themes/eea/modules/tab.overrides +24 -0
  59. package/theme/themes/eea/modules/tab.variables +11 -1
  60. package/theme/themes/eea/views/card.overrides +242 -25
  61. package/theme/themes/eea/views/card.variables +92 -8
  62. package/src/ui/Avatar/Avatar.jsx +0 -32
  63. package/src/ui/Avatar/Avatar.stories.jsx +0 -61
  64. package/src/ui/PublicationCard/PublicationCard.jsx +0 -27
  65. package/src/ui/PublicationCard/PublicationCard.stories.jsx +0 -69
  66. package/src/ui/RelatedContent/RelatedContent.jsx +0 -90
  67. package/src/ui/RelatedContent/RelatedContent.stories.jsx +0 -80
  68. package/theme/themes/eea/extras/avatar.less +0 -97
  69. package/theme/themes/eea/extras/avatar.variables +0 -34
  70. package/theme/themes/eea/extras/publicationCard.less +0 -62
  71. package/theme/themes/eea/extras/publicationCard.variables +0 -24
@@ -22,7 +22,7 @@
22
22
  @itemLineHeight: @relativeBig;
23
23
 
24
24
  /* Sub List */
25
- @childListPadding: 0.75em 0em 0.25em 0.5em;
25
+ @childListPadding: 0.25em 0em 0.25em 0.5em;
26
26
  @childListIndent: 1em;
27
27
 
28
28
  /* Sub List Item */
@@ -63,6 +63,7 @@
63
63
  /* Description */
64
64
  @itemDescriptionColor: rgba(0, 0, 0, 0.7);
65
65
  @itemDescriptionMarginTop: 0.5rem 0;
66
+ @descriptionMarginInlineStart: 0;
66
67
 
67
68
  /* Link */
68
69
  @itemLinkColor: @linkColor;
@@ -190,6 +191,7 @@
190
191
  @orderedChildCountDistance: 1em;
191
192
  @orderedChildCountOffset: -2em;
192
193
  @orderedGrandchildCountOffset: -2.8em;
194
+ @orderedGreatGrandchildCountOffset: -3.8em;
193
195
 
194
196
  @orderedInvertedCountColor: @invertedLightTextColor;
195
197
 
@@ -1,3 +1,200 @@
1
1
  /*******************************
2
2
  Theme Overrides
3
3
  *******************************/
4
+
5
+ .ui.loader.eea-loader:after,
6
+ .ui.loader.eea-loader:before {
7
+ display: none;
8
+ }
9
+
10
+ .ui.text.loader.eea-loader {
11
+ display: flex;
12
+ min-width: @eeaLoaderMinWidth;
13
+ max-width: @eeaLoaderMaxWidth;
14
+ align-items: end;
15
+ justify-content: center;
16
+ padding: @eeaLoaderPadding;
17
+ animation: loaderPulse ease-out 2.5s infinite;
18
+ background: @eeaLoaderBackground;
19
+ background-image: linear-gradient(
20
+ rgba(255, 255, 255, 0),
21
+ rgba(255, 255, 255, 0)
22
+ ),
23
+ url('../assets/images/loaderImage.png');
24
+ background-position: @eeaLoaderBackgroundPosition;
25
+ background-repeat: no-repeat;
26
+ border-radius: @eeaLoaderBorderRadius;
27
+ color: @eeaLoaderTextColor;
28
+ font-size: @bigFontSize;
29
+ font-weight: @eeaLoaderTextFontWeight;
30
+ }
31
+
32
+ @keyframes loaderPulse {
33
+ 0% {
34
+ background-image: linear-gradient(
35
+ rgba(255, 255, 255, 0),
36
+ rgba(255, 255, 255, 0)
37
+ ),
38
+ url('../assets/images/loaderImage.png');
39
+ }
40
+
41
+ 5% {
42
+ background-image: linear-gradient(
43
+ rgba(255, 255, 255, 0),
44
+ rgba(255, 255, 255, 0)
45
+ ),
46
+ url('../assets/images/loaderImage.png');
47
+ }
48
+
49
+ 10% {
50
+ background-image: linear-gradient(
51
+ rgba(255, 255, 255, 0),
52
+ rgba(255, 255, 255, 0)
53
+ ),
54
+ url('../assets/images/loaderImage.png');
55
+ }
56
+
57
+ 15% {
58
+ background-image: linear-gradient(
59
+ rgba(255, 255, 255, 0.1),
60
+ rgba(255, 255, 255, 0.1)
61
+ ),
62
+ url('../assets/images/loaderImage.png');
63
+ }
64
+
65
+ 20% {
66
+ background-image: linear-gradient(
67
+ rgba(255, 255, 255, 0.2),
68
+ rgba(255, 255, 255, 0.2)
69
+ ),
70
+ url('../assets/images/loaderImage.png');
71
+ }
72
+
73
+ 25% {
74
+ background-image: linear-gradient(
75
+ rgba(255, 255, 255, 0.3),
76
+ rgba(255, 255, 255, 0.3)
77
+ ),
78
+ url('../assets/images/loaderImage.png');
79
+ }
80
+
81
+ 30% {
82
+ background-image: linear-gradient(
83
+ rgba(255, 255, 255, 0.4),
84
+ rgba(255, 255, 255, 0.4)
85
+ ),
86
+ url('../assets/images/loaderImage.png');
87
+ }
88
+
89
+ 35% {
90
+ background-image: linear-gradient(
91
+ rgba(255, 255, 255, 0.5),
92
+ rgba(255, 255, 255, 0.5)
93
+ ),
94
+ url('../assets/images/loaderImage.png');
95
+ }
96
+
97
+ 40% {
98
+ background-image: linear-gradient(
99
+ rgba(255, 255, 255, 0.6),
100
+ rgba(255, 255, 255, 0.6)
101
+ ),
102
+ url('../assets/images/loaderImage.png');
103
+ }
104
+
105
+ 45% {
106
+ background-image: linear-gradient(
107
+ rgba(255, 255, 255, 0.7),
108
+ rgba(255, 255, 255, 0.7)
109
+ ),
110
+ url('../assets/images/loaderImage.png');
111
+ }
112
+
113
+ 50% {
114
+ background-image: linear-gradient(
115
+ rgba(255, 255, 255, 0.75),
116
+ rgba(255, 255, 255, 0.8)
117
+ ),
118
+ url('../assets/images/loaderImage.png');
119
+ }
120
+
121
+ 55% {
122
+ background-image: linear-gradient(
123
+ rgba(255, 255, 255, 0.7),
124
+ rgba(255, 255, 255, 0.7)
125
+ ),
126
+ url('../assets/images/loaderImage.png');
127
+ }
128
+
129
+ 60% {
130
+ background-image: linear-gradient(
131
+ rgba(255, 255, 255, 0.6),
132
+ rgba(255, 255, 255, 0.6)
133
+ ),
134
+ url('../assets/images/loaderImage.png');
135
+ }
136
+
137
+ 65% {
138
+ background-image: linear-gradient(
139
+ rgba(255, 255, 255, 0.5),
140
+ rgba(255, 255, 255, 0.5)
141
+ ),
142
+ url('../assets/images/loaderImage.png');
143
+ }
144
+
145
+ 70% {
146
+ background-image: linear-gradient(
147
+ rgba(255, 255, 255, 0.4),
148
+ rgba(255, 255, 255, 0.4)
149
+ ),
150
+ url('../assets/images/loaderImage.png');
151
+ }
152
+
153
+ 75% {
154
+ background-image: linear-gradient(
155
+ rgba(255, 255, 255, 0.3),
156
+ rgba(255, 255, 255, 0.3)
157
+ ),
158
+ url('../assets/images/loaderImage.png');
159
+ }
160
+
161
+ 80% {
162
+ background-image: linear-gradient(
163
+ rgba(255, 255, 255, 0.2),
164
+ rgba(255, 255, 255, 0.2)
165
+ ),
166
+ url('../assets/images/loaderImage.png');
167
+ }
168
+
169
+ 85% {
170
+ background-image: linear-gradient(
171
+ rgba(255, 255, 255, 0.1),
172
+ rgba(255, 255, 255, 0.1)
173
+ ),
174
+ url('../assets/images/loaderImage.png');
175
+ }
176
+
177
+ 90% {
178
+ background-image: linear-gradient(
179
+ rgba(255, 255, 255, 0),
180
+ rgba(255, 255, 255, 0)
181
+ ),
182
+ url('../assets/images/loaderImage.png');
183
+ }
184
+
185
+ 95% {
186
+ background-image: linear-gradient(
187
+ rgba(255, 255, 255, 0),
188
+ rgba(255, 255, 255, 0)
189
+ ),
190
+ url('../assets/images/loaderImage.png');
191
+ }
192
+
193
+ 100% {
194
+ background-image: linear-gradient(
195
+ rgba(255, 255, 255, 0),
196
+ rgba(255, 255, 255, 0)
197
+ ),
198
+ url('../assets/images/loaderImage.png');
199
+ }
200
+ }
@@ -29,7 +29,6 @@
29
29
  @loaderTextColor: @textColor;
30
30
  @invertedLoaderTextColor: @invertedTextColor;
31
31
 
32
-
33
32
  /*-------------------
34
33
  States
35
34
  --------------------*/
@@ -44,6 +43,18 @@
44
43
  @inlineVerticalAlign: middle;
45
44
  @inlineMargin: 0em;
46
45
 
46
+ /*-------------------
47
+ EEA Loader
48
+ --------------------*/
49
+ @eeaLoaderPadding: 8.5rem 2rem 1.5rem 2rem;
50
+ @eeaLoaderMinWidth: 190px;
51
+ @eeaLoaderMaxWidth: 210px;
52
+ @eeaLoaderBackground: @white;
53
+ @eeaLoaderBackgroundPosition: center 1.5rem;
54
+ @eeaLoaderBorderRadius: 4.5rem 2rem 0 2rem;
55
+ @eeaLoaderTextColor: @primaryColor;
56
+ @eeaLoaderTextFontWeight: @bold;
57
+
47
58
  /* Exact Sizes (Avoids Rounding Errors) */
48
59
  @mini : @14px;
49
60
  @tiny : @16px;
@@ -1,3 +1,80 @@
1
+ /*******************************
2
+ Pastanaga Theme Overrides
3
+ *******************************/
4
+
5
+ .ui.basic.segment.content-area {
6
+ flex: 1 0 auto; /* IE11 fix, can't barely use flex: 1; */
7
+ padding-right: 0;
8
+ padding-left: 0;
9
+ }
10
+
11
+ .ui.primary.segment {
12
+ border-bottom: @4px solid @greyBorderColor;
13
+ font-size: @16px;
14
+ font-weight: @headerFontWeight;
15
+ }
16
+
17
+ .ui.secondary.segment {
18
+ font-size: @16px;
19
+ }
20
+
21
+ .ui.discreet.segment {
22
+ color: @lightGrey;
23
+ font-size: @14px;
24
+ }
25
+
26
+ .ui.form.segment {
27
+ padding: 0;
28
+
29
+ .ui.grid > .row {
30
+ padding-top: 0;
31
+ padding-bottom: 0;
32
+ }
33
+ }
34
+
35
+ .ui.actions.segment {
36
+ border-top: @1px solid @lightGreyBorderColor;
37
+ }
38
+
39
+ .inverted.segment a.item {
40
+ color: @white;
41
+ text-decoration: underline;
42
+ }
43
+
44
+ .pusher > .ui.basic.segment {
45
+ padding-bottom: 0;
46
+ }
47
+
48
+ .ui.secondary.attached.segment {
49
+ text-transform: uppercase;
50
+ }
51
+
52
+ .ui.segment.dashed {
53
+ border: 3px dashed #ccc;
54
+ box-shadow: none;
55
+ }
56
+
57
+ .users-control-panel .ui.clearing.segment.actions {
58
+ display: inline-block;
59
+ width: 100%;
60
+ text-transform: uppercase;
61
+ }
62
+
63
+ .users-control-panel table div.item::after {
64
+ display: none;
65
+ }
66
+
67
+ .ui.segment.imageborder {
68
+ display: flex;
69
+ height: 100%;
70
+ align-items: center;
71
+ }
72
+
73
+ .ui.segment.listing-item {
74
+ display: flex;
75
+ align-items: center;
76
+ }
77
+
1
78
  /*******************************
2
79
  Theme Overrides
3
80
  *******************************/
@@ -127,8 +127,8 @@
127
127
  @coloredBorderSize: 2px;
128
128
 
129
129
  /* Ordinality */
130
- @secondaryBackground: @deepBlue;
131
- @secondaryColor: @white;
130
+ @secondaryBackground: @tealBackground;
131
+ @secondaryColor: @textColor;
132
132
 
133
133
  @tertiaryBackground: @midWhite;
134
134
  @tertiaryColor: @mutedTextColor;
@@ -9,35 +9,33 @@
9
9
 
10
10
  .eea.avatar-grid {
11
11
  width: @avatarGridWidth;
12
+
12
13
  .wrapper {
13
14
  width: @avatarGridWrapperWidth;
15
+
14
16
  .content {
15
- width: @avatarGridContentWidth;
16
17
  display: flex;
17
18
  flex-direction: column;
18
-
19
- .grid-title {
20
- width: @avatarGridContentTitleWidth;
21
- font-weight: @avatarGridContentTitleFontWeight;
22
- font-size: @avatarGridContentTitleFontSize;
23
- text-align: center;
24
- }
25
-
26
- .grid-title.hidden {
27
- display: none;
28
- }
29
-
30
- .avatar.group {
31
- display: flex;
32
- justify-content: center;
33
- width: @avatarGroupWidth;
34
- margin-top: @avatarGroupMarginTop;
35
-
36
- .avatar-wrapper {
37
- padding-left: @avatarGroupWrapperPaddingRight;
38
- padding-right: @avatarGroupWrapperPaddingRight;
39
- }
40
- }
19
+ width: @avatarGridContentWidth;
41
20
  }
42
21
  }
43
22
  }
23
+
24
+ .eea.avatar-grid {
25
+ .grid-title {
26
+ text-align: @avatarGridContentTitleTextAlign;
27
+ width: @avatarGridContentTitleWidth;
28
+ margin: @avatarGroupMargin;
29
+ }
30
+
31
+ .grid-title.hidden {
32
+ display: none;
33
+ }
34
+ }
35
+
36
+ .eea.avatar-grid .avatar.group {
37
+ display: flex;
38
+ justify-content: center;
39
+ width: @avatarGroupWidth;
40
+ margin: @avatarGroupMargin;
41
+ }
@@ -2,19 +2,15 @@
2
2
  Avatar Grid
3
3
  *******************************/
4
4
 
5
- @avatarGridWidth: 100%;
5
+ @avatarGridWidth : 100%;
6
6
  @avatarGridWrapperWidth : 100%;
7
7
  @avatarGridContentWidth : 100%;
8
8
 
9
9
  /* Grid Title */
10
+ @avatarGridContentTitleTextAlign : center;
10
11
  @avatarGridContentTitleWidth : 100%;
11
- @avatarGridContentTitleFontWeight : 700;
12
- @avatarGridContentTitleFontSize : 36px;
13
- @avatarGridContentTitleLineHeight : 20px;
14
-
12
+ @avatarGridContentTitleFontWeight : @bold;
15
13
 
16
14
  /* Avatar Group */
17
15
  @avatarGroupWidth : 100%;
18
- @avatarGroupMarginTop : 67.54px;
19
- @avatarGroupWrapperPaddingLeft : 32px;
20
- @avatarGroupWrapperPaddingRight : 32px;
16
+ @avatarGroupMargin : @largeGap 0;
@@ -90,14 +90,12 @@
90
90
 
91
91
  .gradient {
92
92
  background-image: @backgroundGradientWithImage;
93
-
93
+
94
94
  .content {
95
95
  padding: @mobileContentPaddingWithImage;
96
96
  }
97
97
  }
98
98
  }
99
-
100
-
101
99
  }
102
100
 
103
101
  /*Share Popup*/
@@ -107,27 +105,26 @@
107
105
  filter: @sharePopupFilter;
108
106
 
109
107
  p {
110
- font-size: @sharePopupFontSize;
111
- font-weight: @sharePopupFontWeight;
112
- line-height: @sharePopupLineHeight;
108
+ font-size: @sharePopupFontSize;
109
+ font-weight: @sharePopupFontWeight;
110
+ line-height: @sharePopupLineHeight;
113
111
  }
114
112
 
115
113
  .actions {
116
- flex-flow: column;
117
- i.icon {
118
- color: @sharePopupActionsIconColor;
119
- }
114
+ flex-flow: column;
115
+ i.icon {
116
+ color: @sharePopupActionsIconColor;
117
+ }
120
118
 
121
- .action {
122
- display:flex;
123
- justify-content:center
124
- }
119
+ .action {
120
+ display: flex;
121
+ justify-content: center;
122
+ }
125
123
 
126
- .ui.button:not(.icon) > .icon:not(.button):not(.dropdown) {
127
- margin: @sharePopupActionsIconMargin;
128
- }
124
+ .ui.button:not(.icon) > .icon:not(.button):not(.dropdown) {
125
+ margin: @sharePopupActionsIconMargin;
126
+ }
129
127
  }
130
-
131
128
  }
132
129
 
133
130
  @media only screen and (min-width: @tabletBreakpoint) {
@@ -135,30 +132,30 @@
135
132
  .gradient {
136
133
  .content {
137
134
  padding: @tabletContentPadding;
138
-
135
+
139
136
  .title {
140
137
  font-size: @tabletTitleFontSize;
141
138
  font-weight: @titleFontWeight;
142
139
  margin: @tabletTitleMargin;
143
140
  line-height: @tabletTitleLineHeight;
144
141
  }
145
-
142
+
146
143
  .metadata {
147
144
  font-size: @tabletMetadataFontSize;
148
145
  line-height: @tabletMetadataLineHeight;
149
146
  }
150
-
147
+
151
148
  .actions {
152
149
  align-items: @tabletActionsAlignItems;
153
150
  flex-direction: @tabletActionsFlexDirection;
154
-
151
+
155
152
  .action {
156
- min-width:@tabletActionsActionMinWidth;
157
-
153
+ min-width: @tabletActionsActionMinWidth;
154
+
158
155
  .ui.basic.inverted.button i.icon {
159
- margin: @tabletBannerActionButtonMargin;
160
- font-size: @tabletBannerActionButtonIconFontSize;
161
- vertical-align: @bannerActionButtonIconVerticalAlign;
156
+ margin: @tabletBannerActionButtonMargin;
157
+ font-size: @tabletBannerActionButtonIconFontSize;
158
+ vertical-align: @bannerActionButtonIconVerticalAlign;
162
159
  }
163
160
  }
164
161
  }
@@ -174,32 +171,28 @@
174
171
  .ui.popup.share-popup {
175
172
  min-width: @tabletSharePopupMinWidth;
176
173
 
177
- .actions{
178
- flex-flow: row;
179
- display: flex;
180
- justify-content: space-between;
174
+ .actions {
175
+ flex-flow: row;
176
+ display: flex;
177
+ justify-content: space-between;
181
178
 
182
- .action {
183
- display:inherit;
184
- }
179
+ .action {
180
+ display: inherit;
181
+ }
185
182
  }
186
-
187
183
  }
188
184
  }
189
185
 
190
186
  @media only screen and (min-width: @computerBreakpoint) {
191
-
192
187
  .eea.banner {
193
-
194
188
  .image {
195
-
196
189
  .gradient .content {
197
190
  padding: @computerContentPaddingWithImage;
198
191
  }
199
192
  }
200
193
 
201
194
  .gradient .content {
202
- padding: @computerContentPadding ;
195
+ padding: @computerContentPadding;
203
196
 
204
197
  .title {
205
198
  font-size: @computerTitleFontSize;
@@ -207,7 +200,5 @@
207
200
  line-height: @computerTitleLineHeight;
208
201
  }
209
202
  }
210
-
211
203
  }
212
-
213
204
  }
@@ -7,7 +7,8 @@
7
7
  Blockquote
8
8
  *******************************/
9
9
 
10
- blockquote.callout, p.callout {
10
+ blockquote.callout,
11
+ p.callout {
11
12
  border: @calloutBorder;
12
13
  box-shadow: @calloutBoxShadow;
13
14
  border-radius: @calloutBorderRadius;
@@ -55,7 +56,8 @@ blockquote.callout, p.callout {
55
56
  }
56
57
 
57
58
  @media only screen and (min-width: @tabletBreakpoint) {
58
- blockquote.callout, p.callout {
59
+ blockquote.callout,
60
+ p.callout {
59
61
  border-left: @tabletBlockquoteBorderLeft;
60
62
  font-size: @tabletQuoteFontSize;
61
63
  }
@@ -73,7 +75,8 @@ blockquote.callout, p.callout {
73
75
  }
74
76
 
75
77
  @media only screen and (min-width: @computerBreakpoint) {
76
- blockquote.callout, p.callout {
78
+ blockquote.callout,
79
+ p.callout {
77
80
  font-size: @computerQuoteFontSize;
78
81
  }
79
82