urfu-ui-kit-vanilla 1.0.70 → 1.0.71
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 +1 -1
- package/src/main.css +7 -10
package/package.json
CHANGED
package/src/main.css
CHANGED
|
@@ -627,7 +627,7 @@ button {
|
|
|
627
627
|
width: 100%;
|
|
628
628
|
overflow-y: auto;
|
|
629
629
|
max-height: 195px;
|
|
630
|
-
position:
|
|
630
|
+
position: absolute;
|
|
631
631
|
}
|
|
632
632
|
.u-selectbox-options::-webkit-scrollbar {
|
|
633
633
|
width: calc(0.45vw + 4px);
|
|
@@ -2032,6 +2032,9 @@ button {
|
|
|
2032
2032
|
left: -0.8em;
|
|
2033
2033
|
}
|
|
2034
2034
|
.u-pagination {
|
|
2035
|
+
font-weight: 400;
|
|
2036
|
+
font-size: 14px;
|
|
2037
|
+
line-height: 20px;
|
|
2035
2038
|
display: flex;
|
|
2036
2039
|
align-items: center;
|
|
2037
2040
|
justify-content: space-between;
|
|
@@ -2040,14 +2043,6 @@ button {
|
|
|
2040
2043
|
background-color: #FFFFFF;
|
|
2041
2044
|
}
|
|
2042
2045
|
.u-pagination__result,
|
|
2043
|
-
.u-pagination__limits,
|
|
2044
|
-
.u-pagination__limit,
|
|
2045
|
-
.u-pagination__paginator {
|
|
2046
|
-
font-weight: 400;
|
|
2047
|
-
font-size: 14px;
|
|
2048
|
-
line-height: 20px;
|
|
2049
|
-
}
|
|
2050
|
-
.u-pagination__result,
|
|
2051
2046
|
.u-pagination__limits {
|
|
2052
2047
|
color: #545454;
|
|
2053
2048
|
}
|
|
@@ -2108,7 +2103,7 @@ button {
|
|
|
2108
2103
|
align-items: flex-end;
|
|
2109
2104
|
cursor: pointer;
|
|
2110
2105
|
justify-content: center;
|
|
2111
|
-
width:
|
|
2106
|
+
width: 32px;
|
|
2112
2107
|
height: 32px;
|
|
2113
2108
|
border-radius: 8px;
|
|
2114
2109
|
padding: 8px;
|
|
@@ -2117,6 +2112,7 @@ button {
|
|
|
2117
2112
|
border: none;
|
|
2118
2113
|
text-decoration: none;
|
|
2119
2114
|
background: transparent;
|
|
2115
|
+
font-size: inherit;
|
|
2120
2116
|
}
|
|
2121
2117
|
.u-pagination .u-paginator__pages-num_active {
|
|
2122
2118
|
color: #fff;
|
|
@@ -2652,6 +2648,7 @@ button {
|
|
|
2652
2648
|
background-color: #E9ECF1;
|
|
2653
2649
|
}
|
|
2654
2650
|
.air-datepicker {
|
|
2651
|
+
z-index: 1001;
|
|
2655
2652
|
margin-top: 2px;
|
|
2656
2653
|
border: 1px solid #748AB9;
|
|
2657
2654
|
border-radius: 10px;
|