@asd20/ui 3.4.4 → 3.4.5

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/.eslintrc.js CHANGED
@@ -30,6 +30,7 @@ module.exports = {
30
30
  'no-console': 'off',
31
31
  'no-debugger': 'off',
32
32
  'vue/v-slot-style': 'off'
33
+ 'vue/html-self-closing': 'off'
33
34
  },
34
35
 
35
36
  // Useful in a component library to avoid linting built artfacts and external deps
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asd20/ui",
3
- "version": "3.4.4",
3
+ "version": "3.4.5",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "sideEffects": [
@@ -61,9 +61,10 @@ export default {
61
61
  align-items: center;
62
62
  flex-shrink: 0;
63
63
  padding-bottom: 0.5rem;
64
+ padding-right: 0.5rem;
64
65
  h1 {
65
66
  margin: 0;
66
- font-size: 1.5rem;
67
+ font-size: 1.2rem;
67
68
  color: var(--color__on-primary);
68
69
  flex-grow: 1;
69
70
  width: 100%;
@@ -80,10 +81,12 @@ export default {
80
81
  }
81
82
 
82
83
  .asd20-district-logo {
84
+ position: absolute;
85
+ right: 0;
83
86
  margin-left: auto;
84
87
  margin-right: space(1);
85
88
  height: 1.5rem;
86
- padding: 0.75rem 0 0 0;
89
+ padding: 0.75rem 0 0 0;
87
90
  &::v-deep svg {
88
91
  fill: #fff;
89
92
  .district {
@@ -125,7 +128,13 @@ export default {
125
128
  @media (min-width: 768px) {
126
129
  .asd20-app-header {
127
130
  align-items: flex-end;
131
+ &__title {
132
+ .icon-and-title h1 {
133
+ font-size: 1.5rem;
134
+ }
135
+ }
128
136
  .asd20-district-logo {
137
+ position:block;
129
138
  padding: 0 0 0.25rem 0;
130
139
  height: space(1.5);
131
140
  }
@@ -222,7 +222,6 @@ export default {
222
222
  var(--website-homepage-header__background-style);
223
223
  }
224
224
  .header-messaging-section {
225
- display: relative;
226
225
  border-bottom: none;
227
226
  // width: 80%;
228
227
  &::v-deep .asd20-messaging {