@aaravpos/appointment-barber-booking 1.0.1 → 1.0.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/styles.css +2 -5
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -961,15 +961,12 @@
|
|
|
961
961
|
border-radius: 8px;
|
|
962
962
|
display: flex;
|
|
963
963
|
}
|
|
964
|
-
.aaravpos-barber-sidebar
|
|
964
|
+
.aaravpos-barber-sidebar.show {
|
|
965
965
|
transform: translateX(0);
|
|
966
966
|
}
|
|
967
|
-
.aaravpos-barber-sidebar
|
|
967
|
+
.aaravpos-barber-sidebar.hide {
|
|
968
968
|
transform: translateX(100%);
|
|
969
969
|
}
|
|
970
|
-
.aaravpos-layout-wrapper.with-sidebar .aaravpos-barber-sidebar {
|
|
971
|
-
transform: translateX(0);
|
|
972
|
-
}
|
|
973
970
|
.aaravpos-barber-sidebar-mobile {
|
|
974
971
|
position: fixed;
|
|
975
972
|
z-index: 999;
|
package/package.json
CHANGED