@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
package/package.json
CHANGED
|
@@ -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.
|
|
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
|
-
|
|
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
|
}
|