@eturnity/eturnity_reusable_components 1.0.96 → 1.0.99
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
|
@@ -127,7 +127,7 @@ import SearchInput from "@eturnity/eturnity_reusable_components/src/components/i
|
|
|
127
127
|
|
|
128
128
|
const rowAttrs = { disabled: Boolean }
|
|
129
129
|
const DropdownRow = styled("td", rowAttrs)`
|
|
130
|
-
cursor: ${(props) => (props.disabled ? "not-allowed" : "
|
|
130
|
+
cursor: ${(props) => (props.disabled ? "not-allowed" : "pointer")};
|
|
131
131
|
`
|
|
132
132
|
|
|
133
133
|
const ComponentItem = styled.div`
|
|
@@ -25,9 +25,10 @@ import Spinner from "../../spinner"
|
|
|
25
25
|
const PageContainer = styled.div``
|
|
26
26
|
|
|
27
27
|
const TableTitle = styled.div`
|
|
28
|
-
margin-bottom:
|
|
28
|
+
margin-bottom: 16px;
|
|
29
29
|
font-weight: bold;
|
|
30
|
-
font-size:
|
|
30
|
+
font-size: 14px;
|
|
31
|
+
text-transform: uppercase;
|
|
31
32
|
`
|
|
32
33
|
|
|
33
34
|
const TableScroll = styled.div`
|
|
@@ -100,6 +101,7 @@ const TableContainer = styled.table`
|
|
|
100
101
|
padding: 11px 15px;
|
|
101
102
|
background-color: ${(props) => props.theme.colors.blue1};
|
|
102
103
|
cursor: auto;
|
|
104
|
+
height: 40px;
|
|
103
105
|
|
|
104
106
|
.ordering {
|
|
105
107
|
display: grid;
|