@rypen-dev/shared-components 2.1.81 → 2.1.82
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/package.json
CHANGED
|
@@ -890,6 +890,8 @@ select {
|
|
|
890
890
|
margin-bottom: 6px;
|
|
891
891
|
border: solid 1px $border-gray;
|
|
892
892
|
cursor: pointer;
|
|
893
|
+
width: 46px;
|
|
894
|
+
height: 46px;
|
|
893
895
|
|
|
894
896
|
body.hover-capable &:hover {
|
|
895
897
|
border-color: $secondary-alt;
|
|
@@ -1047,6 +1049,8 @@ select {
|
|
|
1047
1049
|
li {
|
|
1048
1050
|
margin-right: 4px;
|
|
1049
1051
|
margin-bottom: 4px;
|
|
1052
|
+
width: 40px;
|
|
1053
|
+
height: 40px;
|
|
1050
1054
|
|
|
1051
1055
|
a {
|
|
1052
1056
|
width: 30px;
|