@asd20/ui 3.2.778 → 3.2.780
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
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
>
|
|
23
23
|
<asd20-icon v-if="icon" :name="icon" size="md" />
|
|
24
24
|
{{ title }}
|
|
25
|
-
<span class="version" v-if="version && !zoomed" v-html="version"></span>
|
|
26
25
|
</div>
|
|
27
26
|
<asd20-district-logo link="https://www.asd20.org" />
|
|
28
27
|
</h1>
|
|
28
|
+
<span class="version" v-if="version && !zoomed" v-html="version"></span>
|
|
29
29
|
<slot />
|
|
30
30
|
</header>
|
|
31
31
|
</template>
|
|
@@ -102,23 +102,19 @@ export default {
|
|
|
102
102
|
margin: 0 space(0.5);
|
|
103
103
|
--line-color: white;
|
|
104
104
|
}
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
opacity: 1;
|
|
119
|
-
color: var(--website-card__reverse-background-color);
|
|
120
|
-
}
|
|
121
|
-
}
|
|
105
|
+
}
|
|
106
|
+
.version {
|
|
107
|
+
position: absolute;
|
|
108
|
+
top: space(3);
|
|
109
|
+
right: space(-0.45);
|
|
110
|
+
display: block;
|
|
111
|
+
font-size: 0.75rem;
|
|
112
|
+
font-family: var(--website-typography__font-family-headlines);
|
|
113
|
+
color: lightgray;
|
|
114
|
+
text-transform: uppercase;
|
|
115
|
+
margin-left: space(0.5);
|
|
116
|
+
margin-right: space(0.5);
|
|
117
|
+
order: 2;
|
|
122
118
|
}
|
|
123
119
|
|
|
124
120
|
.asd20-district-logo {
|
|
@@ -142,8 +142,9 @@ export default {
|
|
|
142
142
|
flex-grow: 1;
|
|
143
143
|
padding: space(2) space(1);
|
|
144
144
|
box-sizing: border-box;
|
|
145
|
+
height: 100vh;
|
|
145
146
|
background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),
|
|
146
|
-
url(../../../../public/statics/images/404Background.jpg) no-repeat
|
|
147
|
+
url(../../../../public/statics/images/404Background.jpg) no-repeat center /cover;
|
|
147
148
|
h1 {
|
|
148
149
|
text-align: center;
|
|
149
150
|
color: asd20-swatch('primary');
|