Skip to content

Commit d106478

Browse files
revert css changes
1 parent c1e95b2 commit d106478

File tree

4 files changed

+632
-120
lines changed

4 files changed

+632
-120
lines changed

labware-library/src/components/LabwareList/styles.module.css

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,18 @@
55
@import url('../../styles/spacing.module.css');
66

77
:root {
8-
--link-btn: {;;
9-
10-
display: block;;;
11-
width: 100%;;;
12-
padding: 1rem;;;
13-
border-radius: 3px;;;
14-
margin: 1.5rem 0 0.5rem;;;
15-
cursor: pointer;;;
16-
font-family: AkkoPro-Regular, 'Ropa Sans', 'Open Sans', "sans-serif;"";";
17-
font-size: var(--fs-body-2);;;
18-
text-align: center;;;
8+
--link-btn: {
9+
display: block;
10+
width: 100%;
11+
padding: 1rem;
12+
border-radius: 3px;
13+
margin: 1.5rem 0 0.5rem;
14+
cursor: pointer;
15+
font-family: 'AkkoPro-Regular', 'Ropa Sans', 'Open Sans', sans-serif;
16+
font-size: var(--fs-body-2);
17+
text-align: center;
1918
text-transform: uppercase;
20-
}
19+
};
2120
}
2221

2322
.card {

0 commit comments

Comments
 (0)