microboard-ui-temp 0.7.1 → 0.8.0

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 {
@@ -8077,6 +8079,50 @@ td.currentTariff_0VfwRg {
8077
8079
  transform: translate(-50%, -50%)rotate(45deg);
8078
8080
  }
8079
8081
 
8082
+ /* src/features/Pickers/ColorPicker/SquareColorItem.module.css */
8083
+ .button_ClApmw {
8084
+ position: relative;
8085
+ display: flex;
8086
+ cursor: pointer;
8087
+ background: none;
8088
+ border-radius: 5px;
8089
+ justify-content: center;
8090
+ align-items: center;
8091
+ width: 40px;
8092
+ height: 40px;
8093
+ padding: 7.5px;
8094
+ transition: all .2s ease-out;
8095
+ }
8096
+
8097
+ @media (hover: hover) {
8098
+ .button_ClApmw:hover {
8099
+ background-color: #e9eaec;
8100
+ }
8101
+ }
8102
+
8103
+ .button_ClApmw.active_ClApmw {
8104
+ background-color: #e9eaec;
8105
+ }
8106
+
8107
+ .button_ClApmw span {
8108
+ border: 1px solid #1f1f1f40;
8109
+ width: 25px;
8110
+ height: 25px;
8111
+ }
8112
+
8113
+ @media screen and (max-width: 748px) {
8114
+ .button_ClApmw {
8115
+ width: 30px;
8116
+ height: 30px;
8117
+ padding: 5px;
8118
+ }
8119
+
8120
+ .button_ClApmw span {
8121
+ width: 20px;
8122
+ height: 20px;
8123
+ }
8124
+ }
8125
+
8080
8126
  /* src/shared/ui-lib/UiColorInput/UiColorInput.module.css */
8081
8127
  .colorPickerContainer_ENyM7A {
8082
8128
  position: relative;