gent_styleguide 6.0.0-alpha21 → 6.0.0-alpha22

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 (25) hide show
  1. package/build/css/main.css +1 -1
  2. package/build/styleguide/fonts/gent-icons-v6.eot +0 -0
  3. package/build/styleguide/fonts/gent-icons-v6.ttf +0 -0
  4. package/build/styleguide/fonts/gent-icons-v6.woff +0 -0
  5. package/build/styleguide/fonts/gent-icons-v6.woff2 +0 -0
  6. package/build/styleguide/sass/00-settings/_vars.scss +0 -1
  7. package/build/styleguide/sass/11-base/fonts/_icons.scss +1 -0
  8. package/build/styleguide/sass/21-atoms/button/_button.scss +14 -16
  9. package/build/styleguide/sass/21-atoms/link/_link.scss +5 -7
  10. package/build/styleguide/sass/21-atoms/list/_list.scss +10 -29
  11. package/build/styleguide/sass/21-atoms/pubdate/_pubdate.scss +8 -2
  12. package/build/styleguide/sass/21-atoms/tag/_tag.scss +15 -11
  13. package/build/styleguide/sass/31-molecules/main-menu/_main-menu.scss +3 -15
  14. package/build/styleguide/sass/31-molecules/partner-block/_partner-block.scss +8 -0
  15. package/build/styleguide/sass/31-molecules/teaser/_teaser.scss +6 -1
  16. package/build/styleguide/sass/41-organisms/content-header/_content-header.scss +37 -32
  17. package/build/styleguide/sass/41-organisms/footer/_footer.scss +41 -22
  18. package/build/styleguide/sass/41-organisms/footer/css/_gentinfo_island.scss +0 -1
  19. package/build/styleguide/sass/41-organisms/footer/css/_social-list.scss +0 -4
  20. package/build/styleguide/sass/41-organisms/header/_header.scss +3 -3
  21. package/build/styleguide/sass/41-organisms/theme-footer/_theme-footer.scss +39 -26
  22. package/build/styleguide/sass/61-layouts/detail-layout/_detail-layout.scss +33 -27
  23. package/build/styleguide/sass/molecules.scss +0 -1
  24. package/package.json +2 -4
  25. package/build/styleguide/sass/31-molecules/mijn-gent-block/_authentication.scss +0 -154
@@ -1,154 +0,0 @@
1
- .authentication {
2
- display: flex;
3
- position: relative;
4
- justify-content: flex-end;
5
-
6
- .avatar {
7
- @include bold-text;
8
-
9
- flex-shrink: 0;
10
- width: 2.3rem;
11
- height: 2.3rem;
12
- border-radius: 50%;
13
- background-color: #29cfc9;
14
- color: #fff;
15
- font-size: 1.3rem;
16
- line-height: 2.3rem;
17
- text-align: center;
18
- text-transform: uppercase;
19
- }
20
-
21
- .login-link {
22
- @include icon(user, before);
23
-
24
- position: relative;
25
- margin-left: 1.6rem;
26
- line-height: 1;
27
- text-overflow: ellipsis;
28
-
29
- &::before {
30
- @include theme('color', 'color-tertiary', 'login-link-icon-color');
31
-
32
- position: absolute;
33
- top: 0;
34
- bottom: 0;
35
- left: -1.6rem;
36
- }
37
- }
38
-
39
- img {
40
- border-radius: 50%;
41
- }
42
-
43
- .accordion--button {
44
- display: flex;
45
- align-items: center;
46
- border: 0;
47
- background: transparent;
48
- font-size: .8rem;
49
- cursor: pointer;
50
-
51
- * {
52
- vertical-align: middle;
53
- }
54
-
55
- img {
56
- width: 2.3rem;
57
- height: 2.3rem;
58
- object-fit: cover;
59
- }
60
-
61
- span {
62
- @include bold-text;
63
-
64
- display: none;
65
- max-width: 160px;
66
- padding: 0 .5em;
67
- text-overflow: ellipsis;
68
- overflow: hidden;
69
-
70
- @include tablet {
71
- display: inline-block;
72
- }
73
- }
74
-
75
- &::before {
76
- line-height: 0;
77
- }
78
-
79
- span.avatar {
80
- display: block;
81
- }
82
- }
83
-
84
- .accordion--content {
85
- position: absolute;
86
- top: 100%;
87
- right: 0;
88
- width: calc(100vw - 2 * #{$gutter-width});
89
- max-width: $bp-mobile;
90
- margin-top: .5rem;
91
- transition: max-height .3s ease-in-out;
92
- background: color('white');
93
- z-index: z('mijn-gent');
94
- }
95
-
96
- .content {
97
- padding: 1.2rem;
98
-
99
- h2 {
100
- @extend %h3;
101
- }
102
-
103
- > h2 {
104
- margin-bottom: 0;
105
- }
106
-
107
- section {
108
- @include theme('border-color', 'color-primary--lighten-4', 'mijn_gent-border-color');
109
-
110
- padding: .6rem 0;
111
- border-top: 2px solid;
112
-
113
- .links {
114
- margin: 0;
115
-
116
- ///
117
- /// All links shouldn't have an indicator.
118
- ///
119
- a {
120
- @include reset-link-background;
121
- @include link-underlined;
122
- }
123
- }
124
- }
125
-
126
- .profile {
127
- display: flex;
128
- padding-bottom: 1rem;
129
- border-top: 0;
130
-
131
- &-info {
132
- span {
133
- display: block;
134
- font-size: .7rem;
135
- }
136
- }
137
-
138
- img {
139
- align-self: flex-start;
140
- width: 3.3rem;
141
- height: 3.3rem;
142
- margin-right: $gutter-width;
143
- object-fit: cover;
144
- }
145
-
146
- .avatar {
147
- width: 3.3rem;
148
- height: 3.3rem;
149
- margin-right: 1.2rem;
150
- line-height: 3.3rem;
151
- }
152
- }
153
- }
154
- }