microboard-ui-temp 0.7.1 → 0.8.1

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.
@@ -837,6 +837,8 @@ input:-webkit-autofill:active {
837
837
 
838
838
  .tipContainer_woN4eg.bottom_woN4eg {
839
839
  top: calc(100% + 1.2rem);
840
+ left: 50%;
841
+ transform: translateX(-50%);
840
842
  }
841
843
 
842
844
  .withoutArrowTip_woN4eg {
@@ -8042,6 +8044,12 @@ td.currentTariff_0VfwRg {
8042
8044
  padding: 0;
8043
8045
  }
8044
8046
 
8047
+ @media (hover: hover) {
8048
+ .button_rNYg_A:hover {
8049
+ z-index: 1;
8050
+ }
8051
+ }
8052
+
8045
8053
  .button_rNYg_A.active_rNYg_A:before {
8046
8054
  position: absolute;
8047
8055
  content: "";
@@ -8077,6 +8085,51 @@ td.currentTariff_0VfwRg {
8077
8085
  transform: translate(-50%, -50%)rotate(45deg);
8078
8086
  }
8079
8087
 
8088
+ /* src/features/Pickers/ColorPicker/SquareColorItem.module.css */
8089
+ .button_ClApmw {
8090
+ position: relative;
8091
+ display: flex;
8092
+ cursor: pointer;
8093
+ background: none;
8094
+ border-radius: 5px;
8095
+ justify-content: center;
8096
+ align-items: center;
8097
+ width: 40px;
8098
+ height: 40px;
8099
+ padding: 7.5px;
8100
+ transition: all .2s ease-out;
8101
+ }
8102
+
8103
+ @media (hover: hover) {
8104
+ .button_ClApmw:hover {
8105
+ z-index: 1;
8106
+ background-color: #e9eaec;
8107
+ }
8108
+ }
8109
+
8110
+ .button_ClApmw.active_ClApmw {
8111
+ background-color: #e9eaec;
8112
+ }
8113
+
8114
+ .button_ClApmw span {
8115
+ border: 1px solid #1f1f1f40;
8116
+ width: 25px;
8117
+ height: 25px;
8118
+ }
8119
+
8120
+ @media screen and (max-width: 748px) {
8121
+ .button_ClApmw {
8122
+ width: 30px;
8123
+ height: 30px;
8124
+ padding: 5px;
8125
+ }
8126
+
8127
+ .button_ClApmw span {
8128
+ width: 20px;
8129
+ height: 20px;
8130
+ }
8131
+ }
8132
+
8080
8133
  /* src/shared/ui-lib/UiColorInput/UiColorInput.module.css */
8081
8134
  .colorPickerContainer_ENyM7A {
8082
8135
  position: relative;