@open-condo/ui 2.2.0 → 2.2.2
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 +2 -2
- package/dist/style-vars/variables.css +1 -1
- package/dist/style-vars/variables.less +1 -1
- package/dist/styles.css +11 -4
- package/dist/styles.min.css +2 -2
- package/package.json +4 -4
package/dist/styles.css
CHANGED
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
font-weight: 400;
|
|
53
53
|
font-stretch: normal;
|
|
54
54
|
font-display: swap;
|
|
55
|
-
src: url(https://fonts.gstatic.com/s/notosansmono/
|
|
55
|
+
src: url(https://fonts.gstatic.com/s/notosansmono/v27/BngrUXNETWXI6LwhGYvaxZikqZqK6fBq6kPvUce2oAZcdthSBUsYck4-_FNJ49o.ttf) format('truetype');
|
|
56
56
|
}
|
|
57
57
|
:root {
|
|
58
58
|
--condo-font-fallback: sans-serif;
|
|
@@ -692,14 +692,14 @@ span.condo-typography-ellipsis-single-line {
|
|
|
692
692
|
height: fit-content !important;
|
|
693
693
|
}
|
|
694
694
|
.condo-affix-content-wrapper {
|
|
695
|
-
position: relative;
|
|
696
|
-
right: 16px;
|
|
697
695
|
box-sizing: border-box;
|
|
698
|
-
width: calc(100% + 16px * 2);
|
|
699
696
|
padding: 16px;
|
|
700
697
|
transition: box-shadow 0.15s ease-out;
|
|
701
698
|
}
|
|
702
699
|
@media screen and (min-width: 0px ) and (max-width: 767px ) {
|
|
700
|
+
.condo-affix-content-wrapper {
|
|
701
|
+
width: 100%;
|
|
702
|
+
}
|
|
703
703
|
.condo-affix-content-wrapper > .condo-space-item {
|
|
704
704
|
width: 100%;
|
|
705
705
|
}
|
|
@@ -707,6 +707,13 @@ span.condo-typography-ellipsis-single-line {
|
|
|
707
707
|
width: 100%;
|
|
708
708
|
}
|
|
709
709
|
}
|
|
710
|
+
@media screen and (min-width: 768px ) {
|
|
711
|
+
.condo-affix-content-wrapper {
|
|
712
|
+
position: relative;
|
|
713
|
+
right: 16px;
|
|
714
|
+
width: calc(100% + 16px * 2);
|
|
715
|
+
}
|
|
716
|
+
}
|
|
710
717
|
.condo-affix {
|
|
711
718
|
height: auto !important;
|
|
712
719
|
}
|