@eturnity/eturnity_reusable_components 1.0.58 → 1.0.59

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "1.0.58",
3
+ "version": "1.0.59",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
@@ -85,7 +85,7 @@ const TableContainer = styled.table`
85
85
  }
86
86
 
87
87
  th {
88
- padding: 12px 20px;
88
+ padding: 11px 20px;
89
89
  background-color: ${(props) => props.theme.colors.blue1};
90
90
 
91
91
  .ordering {
@@ -152,6 +152,15 @@ const TableContainer = styled.table`
152
152
  text-align: right;
153
153
  }
154
154
  }
155
+
156
+ &.checkbox {
157
+ padding: 7px 20px !important;
158
+ width: 40px;
159
+ }
160
+
161
+ &.checkbox-header {
162
+ width: 40px;
163
+ }
155
164
  }
156
165
 
157
166
  tr {