@agorapulse/ui-theme 20.1.6 → 20.1.7
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.
|
Binary file
|
package/assets/style/_table.scss
CHANGED
|
@@ -96,6 +96,7 @@
|
|
|
96
96
|
font-size: var(--ref-font-size-sm);
|
|
97
97
|
color: var(--ref-color-grey-100);
|
|
98
98
|
border: none;
|
|
99
|
+
border-bottom: 1px solid var(--ref-color-grey-20);
|
|
99
100
|
height: 52px;
|
|
100
101
|
vertical-align: middle;
|
|
101
102
|
font-family: Averta;
|
|
@@ -123,11 +124,12 @@
|
|
|
123
124
|
|
|
124
125
|
// Body rows - using CDK attribute selector
|
|
125
126
|
tr[cdk-row] {
|
|
126
|
-
border-bottom: 1px solid var(--ref-color-grey-20);
|
|
127
127
|
background-color: var(--ref-color-white);
|
|
128
128
|
|
|
129
129
|
&:last-child {
|
|
130
|
-
|
|
130
|
+
td[cdk-cell] {
|
|
131
|
+
border-bottom: none;
|
|
132
|
+
}
|
|
131
133
|
|
|
132
134
|
td[cdk-cell]:first-child {
|
|
133
135
|
border-bottom-left-radius: var(--ref-border-radius-md);
|