@ndla/ui 50.9.4 → 50.9.6
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.
- package/es/Article/ArticleNotions.js +6 -6
- package/es/AudioPlayer/Controls.js +22 -22
- package/es/ContentPlaceholder/ContentPlaceholder.js +4 -12
- package/es/CopyParagraphButton/CopyParagraphButton.js +3 -3
- package/es/Embed/ConceptEmbed.js +13 -10
- package/es/Embed/conceptComponents.js +11 -11
- package/es/FactBox/FactBox.js +8 -24
- package/es/Filter/FilterCarousel.js +6 -5
- package/es/Footer/Footer.js +16 -20
- package/es/Footer/FooterLinks.js +12 -9
- package/es/Hero/HeroContent.js +3 -3
- package/es/LearningPaths/LearningPathMenuContent.js +6 -6
- package/es/LearningPaths/LearningPathMenuModalWrapper.js +3 -3
- package/es/LearningPaths/LearningPathSticky.js +4 -4
- package/es/Masthead/Masthead.js +4 -4
- package/es/Masthead/SkipToMainContent.js +2 -2
- package/es/MediaList/MediaList.js +10 -10
- package/es/MyNdla/Resource/Folder.js +8 -17
- package/es/NDLAFilm/FilmContentCardTags.js +3 -3
- package/es/Navigation/NavigationBox.js +14 -14
- package/es/Resource/BlockResource.js +7 -15
- package/es/Resource/ListResource.js +8 -8
- package/es/Resource/resourceComponents.js +12 -12
- package/es/ResourceGroup/ResourceItem.js +34 -37
- package/es/Search/SearchField.js +34 -13
- package/es/Search/SearchFieldForm.js +4 -4
- package/es/SearchTypeResult/SearchItem.js +7 -16
- package/es/SearchTypeResult/SearchTypeResult.js +3 -3
- package/es/SearchTypeResult/components/ItemContexts.js +6 -6
- package/es/SearchTypeResult/components/ItemResourceHeader.js +7 -7
- package/es/SnackBar/SnackbarProvider.js +3 -12
- package/es/all.css +1 -1
- package/es/locale/messages-en.js +31 -1
- package/es/locale/messages-nb.js +31 -1
- package/es/locale/messages-nn.js +31 -1
- package/es/locale/messages-se.js +31 -1
- package/es/locale/messages-sma.js +31 -1
- package/lib/Article/ArticleNotions.js +5 -5
- package/lib/AudioPlayer/Controls.js +21 -21
- package/lib/ContentPlaceholder/ContentPlaceholder.js +3 -11
- package/lib/CopyParagraphButton/CopyParagraphButton.js +2 -2
- package/lib/Embed/ConceptEmbed.js +12 -9
- package/lib/Embed/conceptComponents.js +10 -10
- package/lib/FactBox/FactBox.js +7 -23
- package/lib/Filter/FilterCarousel.js +6 -5
- package/lib/Footer/Footer.js +15 -19
- package/lib/Footer/FooterLinks.js +12 -9
- package/lib/Hero/HeroContent.js +2 -2
- package/lib/LearningPaths/LearningPathMenuContent.js +5 -5
- package/lib/LearningPaths/LearningPathMenuModalWrapper.js +2 -2
- package/lib/LearningPaths/LearningPathSticky.js +3 -3
- package/lib/Masthead/Masthead.js +3 -3
- package/lib/Masthead/SkipToMainContent.js +1 -1
- package/lib/MediaList/MediaList.js +9 -9
- package/lib/MyNdla/Resource/Folder.js +9 -16
- package/lib/NDLAFilm/FilmContentCardTags.js +2 -2
- package/lib/Navigation/NavigationBox.js +14 -14
- package/lib/Resource/BlockResource.js +6 -14
- package/lib/Resource/ListResource.js +7 -7
- package/lib/Resource/resourceComponents.js +11 -11
- package/lib/ResourceGroup/ResourceItem.js +34 -37
- package/lib/Search/SearchField.js +34 -13
- package/lib/Search/SearchFieldForm.js +3 -3
- package/lib/SearchTypeResult/SearchItem.js +8 -15
- package/lib/SearchTypeResult/SearchTypeResult.js +2 -2
- package/lib/SearchTypeResult/components/ItemContexts.js +5 -5
- package/lib/SearchTypeResult/components/ItemResourceHeader.js +6 -6
- package/lib/SnackBar/SnackbarProvider.js +4 -11
- package/lib/all.css +1 -1
- package/lib/locale/messages-en.d.ts +30 -0
- package/lib/locale/messages-en.js +31 -1
- package/lib/locale/messages-nb.d.ts +30 -0
- package/lib/locale/messages-nb.js +31 -1
- package/lib/locale/messages-nn.d.ts +30 -0
- package/lib/locale/messages-nn.js +31 -1
- package/lib/locale/messages-se.d.ts +30 -0
- package/lib/locale/messages-se.js +31 -1
- package/lib/locale/messages-sma.d.ts +30 -0
- package/lib/locale/messages-sma.js +31 -1
- package/package.json +17 -17
- package/src/Article/ArticleNotions.tsx +2 -2
- package/src/Article/component.article.scss +2 -2
- package/src/AudioPlayer/Controls.tsx +2 -2
- package/src/ContentPlaceholder/ContentPlaceholder.tsx +2 -2
- package/src/CopyParagraphButton/CopyParagraphButton.tsx +2 -2
- package/src/Embed/ConceptEmbed.tsx +9 -16
- package/src/Embed/conceptComponents.tsx +3 -3
- package/src/FactBox/FactBox.tsx +5 -5
- package/src/Figure/component.figure.scss +2 -2
- package/src/Filter/FilterCarousel.tsx +2 -1
- package/src/Filter/component.filter.scss +5 -5
- package/src/Footer/Footer.tsx +9 -6
- package/src/Footer/FooterLinks.tsx +6 -4
- package/src/Hero/HeroContent.tsx +2 -2
- package/src/LearningPaths/LearningPathMenuContent.tsx +3 -3
- package/src/LearningPaths/LearningPathMenuModalWrapper.tsx +2 -2
- package/src/LearningPaths/LearningPathSticky.tsx +2 -2
- package/src/Masthead/Masthead.tsx +2 -2
- package/src/Masthead/SkipToMainContent.tsx +2 -2
- package/src/MediaList/MediaList.tsx +3 -3
- package/src/MyNdla/Resource/Folder.tsx +2 -2
- package/src/NDLAFilm/FilmContentCardTags.tsx +3 -3
- package/src/Navigation/NavigationBox.tsx +2 -2
- package/src/Resource/BlockResource.tsx +2 -2
- package/src/Resource/ListResource.tsx +2 -2
- package/src/Resource/resourceComponents.tsx +2 -2
- package/src/ResourceGroup/ResourceItem.tsx +46 -43
- package/src/Search/SearchField.tsx +63 -15
- package/src/Search/SearchFieldForm.tsx +3 -12
- package/src/SearchTypeResult/SearchItem.tsx +3 -3
- package/src/SearchTypeResult/SearchTypeResult.tsx +2 -2
- package/src/SearchTypeResult/components/ItemContexts.tsx +2 -2
- package/src/SearchTypeResult/components/ItemResourceHeader.tsx +3 -5
- package/src/SnackBar/SnackbarProvider.tsx +2 -2
- package/src/locale/messages-en.ts +31 -0
- package/src/locale/messages-nb.ts +31 -0
- package/src/locale/messages-nn.ts +31 -0
- package/src/locale/messages-se.ts +31 -0
- package/src/locale/messages-sma.ts +31 -0
- package/src/main.scss +4 -5
- package/src/Search/component.search-field.scss +0 -122
- package/src/Search/component.search-result.scss +0 -355
- package/src/Search/component.search.scss +0 -2
|
@@ -1076,6 +1076,25 @@ const messages = {
|
|
|
1076
1076
|
title: "Arena administrator",
|
|
1077
1077
|
description: "Verktøy for å moderere og administrere arenaen.",
|
|
1078
1078
|
administrate: "Administrer",
|
|
1079
|
+
category: {
|
|
1080
|
+
deleteSnack: "Kategorien har blitt slettet.",
|
|
1081
|
+
notVisible: "Kategorien er ikke synlig",
|
|
1082
|
+
edit: "Rediger kategori",
|
|
1083
|
+
startEditing: "Rediger kategorier",
|
|
1084
|
+
stopEditing: "Avslutt redigering",
|
|
1085
|
+
form: {
|
|
1086
|
+
formTitle: "Kategori",
|
|
1087
|
+
newCategory: "Ny kategori",
|
|
1088
|
+
editCategory: "Rediger kategori",
|
|
1089
|
+
title: "Tittel",
|
|
1090
|
+
description: "Beskrivelse",
|
|
1091
|
+
visible: "Synlighet",
|
|
1092
|
+
deleteText: "Slett kategori",
|
|
1093
|
+
modalTitle: "Slett kategori",
|
|
1094
|
+
modalDescription:
|
|
1095
|
+
"Er du sikker på at du vil slette kategorien, med alt innhold? Dette er irreversibelt og kan ikke angres.",
|
|
1096
|
+
},
|
|
1097
|
+
},
|
|
1079
1098
|
users: {
|
|
1080
1099
|
title: "Brukere",
|
|
1081
1100
|
description: "Liste over alle brukere av arena. Trykk på brukere for å moderere de.",
|
|
@@ -1087,6 +1106,7 @@ const messages = {
|
|
|
1087
1106
|
isAdmin: "Administrator",
|
|
1088
1107
|
selectAdministrator: 'Gjør "{{user}}" til administrator.',
|
|
1089
1108
|
enableArena: 'Gi "{{user}}" tilgang til arena.',
|
|
1109
|
+
noUsers: "Ingen brukere funnet.",
|
|
1090
1110
|
},
|
|
1091
1111
|
flags: {
|
|
1092
1112
|
title: "Flagg",
|
|
@@ -1103,6 +1123,8 @@ const messages = {
|
|
|
1103
1123
|
numFlags: "Antall flagg",
|
|
1104
1124
|
latestFlag: "Siste flagging",
|
|
1105
1125
|
noflags: "Ingen flaggede poster funnet",
|
|
1126
|
+
solvedFor: "Løst for",
|
|
1127
|
+
goToTopic: "Gå til tråd",
|
|
1106
1128
|
status: {
|
|
1107
1129
|
title: "Status",
|
|
1108
1130
|
resolved: "Løst",
|
|
@@ -1265,6 +1287,15 @@ const messages = {
|
|
|
1265
1287
|
onDragCancel: "Flytting avbrutt. Ressursen {{name}} ble sluppet",
|
|
1266
1288
|
dragHandle: "Sorter ressursen {{name}}",
|
|
1267
1289
|
},
|
|
1290
|
+
category: {
|
|
1291
|
+
onDragStart: "Plukket opp kategorien {{name}}. Kategorien er på posisjon {{index}} av {{length}}",
|
|
1292
|
+
onDragOver: "Kategorien {{name}} ble flyttet til posisjon {{index}} av {{length}}",
|
|
1293
|
+
onDragOverMissingOver: "Kategorien {{name}} er ikke lenger over et slippbart område",
|
|
1294
|
+
onDragEnd: "Kategorien {{name}} ble sluppet på posisjon {{index}} av {{length}}",
|
|
1295
|
+
onDragEndMissingOver: "Kategorien {{name}} ble sluppet",
|
|
1296
|
+
onDragCancel: "Flytting avbrutt. Kategorien {{name}} ble sluppet",
|
|
1297
|
+
dragHandle: "Sorter kategorien {{name}}",
|
|
1298
|
+
},
|
|
1268
1299
|
favoriteSubjects: {
|
|
1269
1300
|
title: "Mine favorittfag",
|
|
1270
1301
|
subjects: "{{count}} fag",
|
package/src/main.scss
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
// @import '~ndla-core/scss/core';
|
|
2
2
|
|
|
3
3
|
// COMPONENTS
|
|
4
|
-
@import
|
|
5
|
-
@import
|
|
4
|
+
@import "Logo/component.logo";
|
|
5
|
+
@import "Article/component.article";
|
|
6
6
|
|
|
7
|
-
@import
|
|
8
|
-
@import
|
|
9
|
-
@import 'Search/component.search';
|
|
7
|
+
@import "Figure/component.figure";
|
|
8
|
+
@import "Filter/component.filter";
|
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
.c-search-field {
|
|
2
|
-
display: flex;
|
|
3
|
-
align-items: center;
|
|
4
|
-
text-align: left;
|
|
5
|
-
flex-direction: column;
|
|
6
|
-
justify-content: center;
|
|
7
|
-
|
|
8
|
-
@include mq(desktop) {
|
|
9
|
-
&--has-search-result {
|
|
10
|
-
.c-search-field {
|
|
11
|
-
&__input {
|
|
12
|
-
border-bottom-left-radius: 0;
|
|
13
|
-
border-bottom-right-radius: 0;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
&__filters {
|
|
17
|
-
border-bottom-left-radius: 0;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
@supports (-webkit-overflow-scrolling: touch) {
|
|
24
|
-
.c-search-field__search-result {
|
|
25
|
-
padding-bottom: $spacing--large + $spacing;
|
|
26
|
-
}
|
|
27
|
-
&--input-has-focus {
|
|
28
|
-
.c-search-field__search-result {
|
|
29
|
-
@supports (-webkit-overflow-scrolling: touch) {
|
|
30
|
-
padding-bottom: 300px;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
&--no-left-margin {
|
|
37
|
-
margin-left: 0 !important;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
&__filters {
|
|
41
|
-
display: flex;
|
|
42
|
-
height: 48px;
|
|
43
|
-
background: $white;
|
|
44
|
-
border-top-left-radius: 4px;
|
|
45
|
-
border-bottom-left-radius: 4px;
|
|
46
|
-
border: 1px solid $brand-grey--light;
|
|
47
|
-
padding-left: $spacing--small;
|
|
48
|
-
padding-right: 0;
|
|
49
|
-
border-right: 0;
|
|
50
|
-
flex-shrink: 0;
|
|
51
|
-
align-items: center;
|
|
52
|
-
|
|
53
|
-
@include mq($from: mobileWide, $until: desktop) {
|
|
54
|
-
padding-right: $spacing--small / 2;
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
@include mq(tablet) {
|
|
58
|
-
height: 58px;
|
|
59
|
-
padding-right: $spacing--small;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.c-active-filters {
|
|
63
|
-
display: none;
|
|
64
|
-
|
|
65
|
-
@include mq(tabletWide) {
|
|
66
|
-
display: flex;
|
|
67
|
-
li {
|
|
68
|
-
margin-bottom: 0;
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
@include mq($until: desktop) {
|
|
72
|
-
padding-right: $spacing--small;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
&__button {
|
|
78
|
-
position: absolute;
|
|
79
|
-
cursor: pointer;
|
|
80
|
-
background: none;
|
|
81
|
-
border: 0;
|
|
82
|
-
padding: $spacing--small;
|
|
83
|
-
|
|
84
|
-
@include mq(tablet) {
|
|
85
|
-
top: 5px;
|
|
86
|
-
right: 10px;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
svg {
|
|
90
|
-
width: 24px;
|
|
91
|
-
height: 24px;
|
|
92
|
-
color: $brand-color--dark;
|
|
93
|
-
}
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
&__input-wrapper {
|
|
97
|
-
width: 100%;
|
|
98
|
-
padding: 0 $spacing--large 0 $spacing;
|
|
99
|
-
display: flex;
|
|
100
|
-
align-items: center;
|
|
101
|
-
flex-flow: row-reverse;
|
|
102
|
-
@include mq(tablet) {
|
|
103
|
-
position: relative;
|
|
104
|
-
padding: 0;
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
/** Header adjustments... */
|
|
109
|
-
&__button--close {
|
|
110
|
-
right: $spacing--large;
|
|
111
|
-
@include mq(tablet) {
|
|
112
|
-
transform: translateY(3px);
|
|
113
|
-
}
|
|
114
|
-
@include font-size(14px, 16px);
|
|
115
|
-
text-transform: uppercase;
|
|
116
|
-
color: $text-light-color;
|
|
117
|
-
&:hover,
|
|
118
|
-
&:focus {
|
|
119
|
-
color: $brand-color;
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
}
|
|
@@ -1,355 +0,0 @@
|
|
|
1
|
-
.c-search-result {
|
|
2
|
-
background: $white;
|
|
3
|
-
padding: 0 0 $spacing 0;
|
|
4
|
-
margin-bottom: $spacing--large;
|
|
5
|
-
border: 1px solid $brand-grey--light;
|
|
6
|
-
|
|
7
|
-
@include mq(desktop) {
|
|
8
|
-
padding: $spacing--medium;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
&__heading-wrapper {
|
|
12
|
-
display: flex;
|
|
13
|
-
align-items: center;
|
|
14
|
-
justify-content: space-between;
|
|
15
|
-
margin: 0;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
&__heading {
|
|
19
|
-
display: none;
|
|
20
|
-
margin: 0;
|
|
21
|
-
@include font-size(24px, 32px);
|
|
22
|
-
font-weight: 400;
|
|
23
|
-
|
|
24
|
-
@include mq(desktop) {
|
|
25
|
-
display: block;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
span {
|
|
29
|
-
font-weight: 600;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
& > h2 {
|
|
34
|
-
@include visually-hidden();
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
&__narrow-result {
|
|
38
|
-
@include mq(desktop) {
|
|
39
|
-
display: none;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.c-search-filter {
|
|
44
|
-
display: none;
|
|
45
|
-
|
|
46
|
-
@include mq(desktop) {
|
|
47
|
-
display: block;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
&__current-goal {
|
|
52
|
-
margin: $spacing--medium $spacing 0 $spacing--small * 1.4;
|
|
53
|
-
|
|
54
|
-
li {
|
|
55
|
-
&:last-child {
|
|
56
|
-
margin-bottom: 0;
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
&__current-goal-info {
|
|
62
|
-
margin: $spacing--small 0 $spacing--large $spacing--large + 2;
|
|
63
|
-
@include font-size(16px, 20px);
|
|
64
|
-
@include mq(desktop) {
|
|
65
|
-
margin-left: $spacing--small + 4px;
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
&__competence-goals {
|
|
70
|
-
background: $brand-color--lighter;
|
|
71
|
-
padding: $spacing + $spacing--large $spacing $spacing;
|
|
72
|
-
margin-top: -24px - $spacing--large;
|
|
73
|
-
margin-bottom: -$spacing;
|
|
74
|
-
@include mq(desktop) {
|
|
75
|
-
margin-top: $spacing;
|
|
76
|
-
margin-bottom: $spacing;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
&__close-competencegoals-btn {
|
|
81
|
-
@include mq($until: desktop) {
|
|
82
|
-
margin-top: $spacing--large;
|
|
83
|
-
margin-left: $spacing + $spacing--small;
|
|
84
|
-
}
|
|
85
|
-
@include mq($until: mobileWide) {
|
|
86
|
-
margin-left: $spacing;
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
&__result-label {
|
|
91
|
-
margin: 0;
|
|
92
|
-
font-weight: 600;
|
|
93
|
-
@include font-size(14px, 32px);
|
|
94
|
-
margin-bottom: $spacing--small / 2;
|
|
95
|
-
|
|
96
|
-
@include mq(desktop) {
|
|
97
|
-
@include font-size(18px, 32px);
|
|
98
|
-
margin-bottom: 0;
|
|
99
|
-
}
|
|
100
|
-
&--large-screen {
|
|
101
|
-
@include mq($until: desktop) {
|
|
102
|
-
display: none;
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
&--small-screen {
|
|
106
|
-
@include mq(desktop) {
|
|
107
|
-
display: none;
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.c-search-result-list {
|
|
114
|
-
list-style: none;
|
|
115
|
-
margin: 0;
|
|
116
|
-
padding: 0;
|
|
117
|
-
|
|
118
|
-
@include mq(desktop) {
|
|
119
|
-
margin: $spacing--medium 0 0 0;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
&__empty {
|
|
123
|
-
margin-top: $spacing--large;
|
|
124
|
-
h1 {
|
|
125
|
-
@include font-size(22px, 32px);
|
|
126
|
-
font-weight: $font-weight-bold;
|
|
127
|
-
margin: 0 0 $spacing--small;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
p {
|
|
131
|
-
@include font-size(16px, 22px);
|
|
132
|
-
margin: 0;
|
|
133
|
-
font-family: $font-serif;
|
|
134
|
-
|
|
135
|
-
@include mq(desktop) {
|
|
136
|
-
@include font-size(18px, 32px);
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
}
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
.c-search-result-item {
|
|
143
|
-
border-bottom: 1px solid $brand-grey--light;
|
|
144
|
-
padding: 0 $spacing 0 $spacing;
|
|
145
|
-
|
|
146
|
-
@include mq(desktop) {
|
|
147
|
-
padding: 0;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
margin: 0 0 $spacing;
|
|
151
|
-
|
|
152
|
-
&:first-child {
|
|
153
|
-
margin-top: $spacing;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
&:last-child {
|
|
157
|
-
border-bottom: 0;
|
|
158
|
-
margin-bottom: 0;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
&__content {
|
|
162
|
-
display: flex;
|
|
163
|
-
align-items: flex-start;
|
|
164
|
-
justify-content: space-between;
|
|
165
|
-
|
|
166
|
-
& > img,
|
|
167
|
-
& > picture > img {
|
|
168
|
-
width: 75px;
|
|
169
|
-
height: auto;
|
|
170
|
-
flex-shrink: 0;
|
|
171
|
-
margin: 0 0 $spacing--small $spacing--small;
|
|
172
|
-
|
|
173
|
-
@include mq(tabletWide) {
|
|
174
|
-
width: 80px;
|
|
175
|
-
margin-left: $spacing;
|
|
176
|
-
margin-right: $spacing--small;
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
&__ingress {
|
|
182
|
-
margin: 0 0 $spacing 0;
|
|
183
|
-
width: 100%;
|
|
184
|
-
|
|
185
|
-
@include font-size(14px, 22px);
|
|
186
|
-
flex-grow: 1;
|
|
187
|
-
|
|
188
|
-
@include mq(tablet) {
|
|
189
|
-
@include font-size(16px, 24px);
|
|
190
|
-
max-width: 550px;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
@include mq(desktop) {
|
|
194
|
-
@include font-size(18px, 26px);
|
|
195
|
-
max-width: 600px;
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
&__header {
|
|
200
|
-
display: flex;
|
|
201
|
-
flex-wrap: wrap;
|
|
202
|
-
align-items: center;
|
|
203
|
-
|
|
204
|
-
> * {
|
|
205
|
-
margin: 0 $spacing--small $spacing--small 0;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
@include mq($until: tablet) {
|
|
209
|
-
h1 {
|
|
210
|
-
width: 100%;
|
|
211
|
-
}
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
&__content-type-wrapper {
|
|
216
|
-
margin: 0 $spacing--small $spacing--small 0;
|
|
217
|
-
display: flex;
|
|
218
|
-
align-items: center;
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
&__additional {
|
|
222
|
-
display: flex;
|
|
223
|
-
align-items: center;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
&__content-type-label {
|
|
227
|
-
color: $text-light-color;
|
|
228
|
-
text-transform: uppercase;
|
|
229
|
-
@include font-size(14px, 18px);
|
|
230
|
-
// display: none;
|
|
231
|
-
margin-top: 2px;
|
|
232
|
-
/*
|
|
233
|
-
@include mq(desktop) {
|
|
234
|
-
display: inline;
|
|
235
|
-
}
|
|
236
|
-
*/
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
&__pills {
|
|
240
|
-
background: $brand-grey--lightest;
|
|
241
|
-
margin-right: $spacing--small;
|
|
242
|
-
padding: 0 $spacing--small / 3;
|
|
243
|
-
border-radius: $border-radius;
|
|
244
|
-
@include font-size(12px, 20px);
|
|
245
|
-
font-weight: $font-weight-semibold;
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
&__breadcrumb {
|
|
249
|
-
list-style: none;
|
|
250
|
-
display: flex;
|
|
251
|
-
align-items: center;
|
|
252
|
-
flex-wrap: wrap;
|
|
253
|
-
color: $text-light-color;
|
|
254
|
-
margin-bottom: $spacing;
|
|
255
|
-
|
|
256
|
-
@include font-size(14px, 18px);
|
|
257
|
-
|
|
258
|
-
@include mq(desktop) {
|
|
259
|
-
@include font-size(16px, 24px);
|
|
260
|
-
}
|
|
261
|
-
|
|
262
|
-
[data-icon] {
|
|
263
|
-
width: 12px;
|
|
264
|
-
height: 12px;
|
|
265
|
-
margin: 0 $spacing--small/3;
|
|
266
|
-
|
|
267
|
-
@include mq(desktop) {
|
|
268
|
-
margin: 0 $spacing--small/2;
|
|
269
|
-
}
|
|
270
|
-
}
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
&__subjects {
|
|
274
|
-
display: flex;
|
|
275
|
-
align-items: center;
|
|
276
|
-
flex-wrap: wrap;
|
|
277
|
-
margin-bottom: $spacing;
|
|
278
|
-
@include font-size(14px, 16px);
|
|
279
|
-
|
|
280
|
-
@include mq(desktop) {
|
|
281
|
-
@include font-size(16px, 18px);
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
& > span {
|
|
285
|
-
text-transform: uppercase;
|
|
286
|
-
color: $text-light-color;
|
|
287
|
-
padding-right: $spacing--small;
|
|
288
|
-
@include font-size(14px, 16px);
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
ul {
|
|
292
|
-
display: flex;
|
|
293
|
-
align-items: center;
|
|
294
|
-
flex-wrap: wrap;
|
|
295
|
-
list-style: none;
|
|
296
|
-
padding: 0;
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
li {
|
|
300
|
-
margin: 0;
|
|
301
|
-
position: relative;
|
|
302
|
-
line-height: 1rem;
|
|
303
|
-
|
|
304
|
-
padding: 0 $spacing--small/2 0 0;
|
|
305
|
-
margin-right: $spacing--small/2;
|
|
306
|
-
|
|
307
|
-
@include mq(desktop) {
|
|
308
|
-
padding: 0 $spacing--small 0 0;
|
|
309
|
-
margin-right: $spacing--small;
|
|
310
|
-
}
|
|
311
|
-
|
|
312
|
-
&:after {
|
|
313
|
-
content: '';
|
|
314
|
-
width: 1px;
|
|
315
|
-
height: 15px;
|
|
316
|
-
background: $brand-grey--light;
|
|
317
|
-
display: block;
|
|
318
|
-
position: absolute;
|
|
319
|
-
right: 0;
|
|
320
|
-
top: 3px;
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
&:first-child {
|
|
324
|
-
font-weight: 600;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
&:last-child {
|
|
328
|
-
&:after {
|
|
329
|
-
display: none;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
margin-right: 0;
|
|
333
|
-
}
|
|
334
|
-
}
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
h1 {
|
|
338
|
-
font-weight: 600;
|
|
339
|
-
@include font-size(16px, 20px);
|
|
340
|
-
|
|
341
|
-
@include mq(desktop) {
|
|
342
|
-
@include font-size(22px, 28px);
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
a {
|
|
346
|
-
color: $brand-color--dark;
|
|
347
|
-
|
|
348
|
-
&:hover,
|
|
349
|
-
&:focus,
|
|
350
|
-
&:active {
|
|
351
|
-
color: $brand-color--dark;
|
|
352
|
-
}
|
|
353
|
-
}
|
|
354
|
-
}
|
|
355
|
-
}
|