@asd20/ui 3.2.494 → 3.2.495

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/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.494",
8
+ "version": "3.2.495",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -13,10 +13,11 @@
13
13
  <small v-if="subtitle" class="asd20-logo__subtitle">
14
14
  {{ subtitle }}
15
15
  </small>
16
+ <div v-if="tagline" class="asd20-logo__tagline">
17
+ An Academy District 20 School
18
+ </div>
16
19
  </component>
17
- <div v-if="tagline" class="asd20-logo__tagline">
18
- An Academy District 20 School
19
- </div>
20
+
20
21
  </a>
21
22
  </template>
22
23
 
@@ -77,7 +78,7 @@ export default {
77
78
  display: flex;
78
79
  flex-direction: row;
79
80
  flex-wrap: wrap;
80
- align-items: center;
81
+ // align-items: center;
81
82
  justify-content: flex-start;
82
83
  text-decoration: none;
83
84
  box-shadow: none;
@@ -108,7 +109,7 @@ export default {
108
109
  display: flex;
109
110
  flex-direction: column;
110
111
  margin: 0;
111
- text-transform: uppercase;
112
+ // text-transform: uppercase;
112
113
  font-size: 1em !important;
113
114
  font-weight: var(--website-typography__font-weight-headlines, bold);
114
115
  font-family: var(--website-typography__font-family-headlines);
@@ -135,7 +136,7 @@ export default {
135
136
  &__tagline {
136
137
  width: 100%;
137
138
  color: var(--logo-subtitle-color, var(--color__secondary));
138
- margin-top: space(1);
139
+ margin-top: space(0.50);
139
140
  font-family: var(--website-typography__font-family-headlines);
140
141
  font-weight: var(--website-typography__font-weight-body, normal);
141
142
  font-size: 0.5em;
@@ -246,7 +246,7 @@ export default {
246
246
  // color: red;
247
247
  // }
248
248
  .contact-info {
249
- margin: space(0.5) space(0);
249
+ margin: space(1) space(0);
250
250
  &::v-deep .asd20-button {
251
251
  font-size: 0.75rem !important;
252
252
  padding: space(0.25) space(0);
@@ -35,7 +35,7 @@
35
35
  caption,
36
36
  h4 {
37
37
  font-family: var(--website-typography__font-family-headlines);
38
- font-size: $base-font-size * 1;
38
+ font-size: $base-font-size * 1.1;
39
39
  font-weight: $font-weight-body;
40
40
  line-height: $line-height;
41
41
  }