@rolster/styles-foundations 1.1.11 → 1.1.12

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": "@rolster/styles-foundations",
3
- "version": "1.1.11",
3
+ "version": "1.1.12",
4
4
  "description": "Front-end style pack to develop responsive and mobile projects on the web with Rolster.",
5
5
  "sass": "scss/_rolster-styles.scss",
6
6
  "style": "dist/rolster-styles.css",
@@ -1,5 +1,5 @@
1
1
  // Rolster Technology Datatable Component
2
- // v1.2.6
2
+ // v1.2.7
3
3
  // @license MIT
4
4
  // Author: Rolster Developers
5
5
  // Created: 20/Mar/2018
@@ -95,7 +95,14 @@
95
95
  row-gap: var(--sizing-x6);
96
96
  }
97
97
 
98
- &__data {
98
+ &__summary {
99
+ padding-left: var(--sizing-x6);
100
+ padding-right: var(--pvt-header-padding-right);
101
+ box-sizing: border-box;
102
+ }
103
+
104
+ &__data,
105
+ &__totals {
99
106
  position: relative;
100
107
  display: flex;
101
108
  column-gap: var(--sizing-x4);
@@ -111,7 +118,8 @@
111
118
  }
112
119
  }
113
120
 
114
- &__cell {
121
+ &__cell,
122
+ &__info {
115
123
  position: relative;
116
124
  display: flex;
117
125
  height: var(--sizing-x20);