@appartmint/mint 2.7.10 → 2.8.1
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/dist/css/mint.css
CHANGED
|
@@ -329,6 +329,8 @@ body.mint-fixed #mint-header {
|
|
|
329
329
|
align-items: center;
|
|
330
330
|
gap: 1rem;
|
|
331
331
|
width: auto;
|
|
332
|
+
height: var(--mint-header-height);
|
|
333
|
+
padding: 0.25rem;
|
|
332
334
|
text-decoration: none;
|
|
333
335
|
white-space: nowrap;
|
|
334
336
|
}
|
|
@@ -342,8 +344,8 @@ body.mint-fixed #mint-header {
|
|
|
342
344
|
}
|
|
343
345
|
}
|
|
344
346
|
#mint-header .mint-logo img {
|
|
345
|
-
max-height: var(--mint-header-height);
|
|
346
347
|
width: auto;
|
|
348
|
+
height: 100%;
|
|
347
349
|
}
|
|
348
350
|
#mint-header [aria-controls=mint-wrapper] {
|
|
349
351
|
display: inline-block;
|
|
@@ -1897,14 +1899,18 @@ i.fa-envelope {
|
|
|
1897
1899
|
}
|
|
1898
1900
|
|
|
1899
1901
|
input,
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
+
select,
|
|
1903
|
+
textarea {
|
|
1902
1904
|
width: 100%;
|
|
1903
1905
|
padding: 0.5rem;
|
|
1904
1906
|
border: 2px solid #ccc;
|
|
1905
1907
|
border-radius: 1rem;
|
|
1906
1908
|
}
|
|
1907
1909
|
|
|
1910
|
+
input[type=file] {
|
|
1911
|
+
cursor: pointer;
|
|
1912
|
+
}
|
|
1913
|
+
|
|
1908
1914
|
@media (min-width: 480px) {
|
|
1909
1915
|
select {
|
|
1910
1916
|
width: auto;
|