We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df63d58 + ce6153b commit 1598b21Copy full SHA for 1598b21
src/components/layout.jsx
@@ -151,6 +151,28 @@ const Layout = ({ children }) => {
151
}
152
153
154
+ table {
155
+ border-collapse: collapse;
156
+ margin-bottom: 1rem;
157
+ color: #212529;
158
+ width: 100%;
159
+ }
160
+
161
+ table :is(td, th) {
162
+ padding: 0.75rem;
163
+ vertical-align: top;
164
+ border-top: 1px solid #dee2e6ff;
165
166
167
+ table :is(thead) :is(th) {
168
+ vertical-align: bottom;
169
+ border-bottom: 2px solid #dee2e6ff;
170
+ background-color: #f8f9faff;
171
172
+ table :is(tbody) {
173
+ border-top: 2px solid #dee2e6ff;
174
175
176
.inputStyle {
177
background-color: ${config.colors.skoHubWhite};
178
cursor: pointer;
0 commit comments