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