@indice/ng-components 0.3.2-beta.68 → 0.3.2-beta.69
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/_styles.scss +5 -5
- package/package.json +1 -1
package/_styles.scss
CHANGED
|
@@ -3705,24 +3705,24 @@
|
|
|
3705
3705
|
}
|
|
3706
3706
|
|
|
3707
3707
|
.side-pane-box-size {
|
|
3708
|
-
@apply w-screen
|
|
3708
|
+
@apply w-screen max-w-2xl;
|
|
3709
3709
|
}
|
|
3710
3710
|
|
|
3711
3711
|
.side-pane-box-size-25 {
|
|
3712
|
-
@apply w-screen
|
|
3712
|
+
@apply w-screen max-w-2xl;
|
|
3713
3713
|
}
|
|
3714
3714
|
|
|
3715
3715
|
.side-pane-box-size-50 {
|
|
3716
|
-
@apply w-screen
|
|
3716
|
+
@apply w-screen max-w-3xl;
|
|
3717
3717
|
}
|
|
3718
3718
|
|
|
3719
3719
|
.side-pane-box-size-75 {
|
|
3720
|
-
@apply w-screen
|
|
3720
|
+
@apply w-screen max-w-4xl;
|
|
3721
3721
|
}
|
|
3722
3722
|
|
|
3723
3723
|
|
|
3724
3724
|
.side-pane-box-size-100 {
|
|
3725
|
-
@apply w-screen;
|
|
3725
|
+
@apply w-screen max-w-full;
|
|
3726
3726
|
}
|
|
3727
3727
|
|
|
3728
3728
|
.side-pane {
|