beercss 3.12.7 → 3.12.9
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/README.md +9 -9
- package/dist/cdn/beer.css +6 -6
- package/dist/cdn/beer.custom-element.js +2 -2
- package/dist/cdn/beer.custom-element.min.js +1 -1
- package/dist/cdn/beer.min.css +1 -1
- package/dist/cdn/beer.scoped.css +6 -6
- package/dist/cdn/beer.scoped.min.css +1 -1
- package/package.json +1 -1
- package/src/cdn/customElement.js +2 -2
- package/src/cdn/elements/bars.css +1 -1
- package/src/cdn/elements/shapes.css +1 -1
- package/src/cdn/helpers/forms.css +2 -1
- package/src/cdn/helpers/margins.css +4 -2
- package/src/cdn/helpers/paddings.css +3 -2
- package/src/cdn/helpers/sizes.css +1 -1
- package/src/cdn/helpers/waves.css +2 -2
- package/src/cdn/settings/fonts.css +4 -4
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
|
|
1
|
+
.padding,
|
|
2
|
+
[class*=-padding]:not(.left-padding, .right-padding, .top-padding, .bottom-padding, .horizontal-padding, .vertical-padding) {
|
|
2
3
|
padding: var(--_padding) !important;
|
|
3
4
|
}
|
|
4
5
|
|
|
5
|
-
[class
|
|
6
|
+
[class*=-padding] {
|
|
6
7
|
--_padding: 1rem;
|
|
7
8
|
}
|
|
8
9
|
|
|
@@ -22,7 +22,7 @@ nav:is(.left, .right, .bottom, .top).max > a:not(.button, .chip):is(:focus-visib
|
|
|
22
22
|
nav:is(.left, .right, .bottom, .top).max > :is(ol, ul) > li > a:not(.button, .chip):is(:focus-visible, :hover)::after,
|
|
23
23
|
nav:is(.left, .right, .bottom, .top):not(.max) > a:not(.button, .chip):is(:focus-visible, :hover) > i::after,
|
|
24
24
|
nav:is(.left, .right, .bottom, .top):not(.max) > :is(ol, ul) > li > a:not(.button, .chip):is(:focus-visible, :hover) > i::after {
|
|
25
|
-
background-size:
|
|
25
|
+
background-size: 22500%;
|
|
26
26
|
opacity: 0.1;
|
|
27
27
|
transition: background-size var(--speed2) linear;
|
|
28
28
|
}
|
|
@@ -32,7 +32,7 @@ nav:is(.left, .right, .bottom, .top).max > a:active::after,
|
|
|
32
32
|
nav:is(.left, .right, .bottom, .top).max > :is(ol, ul) > li > a:active::after,
|
|
33
33
|
nav:is(.left, .right, .bottom, .top):not(.max) > a:active > i::after,
|
|
34
34
|
nav:is(.left, .right, .bottom, .top):not(.max) > :is(ol, ul) > li > a:active > i::after {
|
|
35
|
-
background-size:
|
|
35
|
+
background-size: 0%;
|
|
36
36
|
opacity: 0;
|
|
37
37
|
transition: none;
|
|
38
38
|
}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
font-style: normal;
|
|
5
5
|
font-weight: 400;
|
|
6
6
|
font-display: block;
|
|
7
|
-
src: url(../fonts/material-symbols-outlined.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/beercss@3.12.
|
|
7
|
+
src: url(../fonts/material-symbols-outlined.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/beercss@3.12.9/dist/cdn/material-symbols-outlined.woff2) format("woff2");
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
/* rounded icons */
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
font-style: normal;
|
|
14
14
|
font-weight: 400;
|
|
15
15
|
font-display: block;
|
|
16
|
-
src: url(../fonts/material-symbols-rounded.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/beercss@3.12.
|
|
16
|
+
src: url(../fonts/material-symbols-rounded.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/beercss@3.12.9/dist/cdn/material-symbols-rounded.woff2) format("woff2");
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
/* sharp icons */
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
font-style: normal;
|
|
23
23
|
font-weight: 400;
|
|
24
24
|
font-display: block;
|
|
25
|
-
src: url(../fonts/material-symbols-sharp.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/beercss@3.12.
|
|
25
|
+
src: url(../fonts/material-symbols-sharp.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/beercss@3.12.9/dist/cdn/material-symbols-sharp.woff2) format("woff2");
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
/* subset of only required icons */
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
font-style: normal;
|
|
32
32
|
font-weight: 400;
|
|
33
33
|
font-display: block;
|
|
34
|
-
src: url(../fonts/material-symbols-subset.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/beercss@3.12.
|
|
34
|
+
src: url(../fonts/material-symbols-subset.woff2) format("woff2"), url(https://cdn.jsdelivr.net/npm/beercss@3.12.9/dist/cdn/material-symbols-subset.woff2) format("woff2");
|
|
35
35
|
}
|