@selco/installation-ui-css 1.0.1 → 1.0.3

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.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @selco/installation-ui-css - 1.0.1
2
+ * @selco/installation-ui-css - 1.0.3
3
3
  *
4
4
  * Copyright (c) 2025 Adithya Katuku
5
5
  *
@@ -2735,7 +2735,7 @@
2735
2735
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.16);
2736
2736
  left: 0;
2737
2737
  max-width: none;
2738
- z-index: 999;
2738
+ z-index: 10;
2739
2739
  position: fixed;
2740
2740
  bottom: 0;
2741
2741
  --bg-opacity:1;
@@ -10854,6 +10854,58 @@ body {
10854
10854
  line-height: 24px;
10855
10855
  font-size: 16px; }
10856
10856
 
10857
+ .reverse-actionbar {
10858
+ display: -webkit-box;
10859
+ display: -ms-flexbox;
10860
+ display: flex;
10861
+ -webkit-box-orient: vertical;
10862
+ -webkit-box-direction: normal;
10863
+ -ms-flex-direction: column;
10864
+ flex-direction: column;
10865
+ grid-gap: 15px;
10866
+ gap: 15px;
10867
+ max-width: 100%; }
10868
+ .reverse-actionbar .submit-bar, .reverse-actionbar .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .reverse-actionbar .submit-bar, .reverse-actionbar .submit-bar-disabled {
10869
+ width: 100%;
10870
+ display: -webkit-box;
10871
+ display: -ms-flexbox;
10872
+ display: flex;
10873
+ -webkit-box-pack: center;
10874
+ -ms-flex-pack: center;
10875
+ justify-content: center;
10876
+ grid-gap: 10px;
10877
+ gap: 10px;
10878
+ -webkit-box-align: center;
10879
+ -ms-flex-align: center;
10880
+ align-items: center; }
10881
+
10882
+ @media (min-width: 640px) {
10883
+ .reverse-actionbar {
10884
+ display: -webkit-box;
10885
+ display: -ms-flexbox;
10886
+ display: flex;
10887
+ -webkit-box-orient: horizontal;
10888
+ -webkit-box-direction: reverse;
10889
+ -ms-flex-direction: row-reverse;
10890
+ flex-direction: row-reverse;
10891
+ -webkit-box-pack: justify;
10892
+ -ms-flex-pack: justify;
10893
+ justify-content: space-between;
10894
+ max-width: 100%; }
10895
+ .reverse-actionbar .submit-bar, .reverse-actionbar .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .reverse-actionbar .submit-bar, .reverse-actionbar .submit-bar-disabled {
10896
+ width: 240px;
10897
+ display: -webkit-box;
10898
+ display: -ms-flexbox;
10899
+ display: flex;
10900
+ -webkit-box-pack: center;
10901
+ -ms-flex-pack: center;
10902
+ justify-content: center;
10903
+ grid-gap: 10px;
10904
+ gap: 10px;
10905
+ -webkit-box-align: center;
10906
+ -ms-flex-align: center;
10907
+ align-items: center; } }
10908
+
10857
10909
  .wbh-header .header-icon-container {
10858
10910
  cursor: pointer;
10859
10911
  color: #c84c0e;
@@ -14303,7 +14355,16 @@ input[type=number], .checkbox-wrap .input-emp[type=number], .digit-checkbox-wrap
14303
14355
  flex-direction: row-reverse; }
14304
14356
 
14305
14357
  .previous-button {
14306
- margin-left: 4rem; }
14358
+ width: 100%; }
14359
+
14360
+ @media (min-width: 640px) {
14361
+ .previous-button {
14362
+ width: 240px; } }
14363
+
14364
+ @media (min-width: 48rem) {
14365
+ .previous-button {
14366
+ margin-left: 4rem;
14367
+ width: 240px; } }
14307
14368
 
14308
14369
  .view-composer-header-section {
14309
14370
  display: -webkit-box;