forstok-ui-lib 6.17.0 → 6.18.0
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/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/assets/stylesheets/shares.styles.ts +6 -0
package/dist/index.js
CHANGED
|
@@ -3026,6 +3026,12 @@
|
|
|
3026
3026
|
height: calc(100vh - 48px);
|
|
3027
3027
|
width: 187px;
|
|
3028
3028
|
padding: .5rem .5rem 0;
|
|
3029
|
+
@media only screen and (min-width: 768px) {
|
|
3030
|
+
width: 45%;
|
|
3031
|
+
}
|
|
3032
|
+
@media only screen and (min-width: 1280px) {
|
|
3033
|
+
width: 187px;
|
|
3034
|
+
}
|
|
3029
3035
|
@media only screen and (min-width: 1366px) {
|
|
3030
3036
|
width: 220px;
|
|
3031
3037
|
}
|