Skip to content

Commit

Permalink
Merge pull request #445 from Esri/remove-css
Browse files Browse the repository at this point in the history
remove unused css
  • Loading branch information
jmhauck authored Dec 5, 2023
2 parents d3a31da + cae0855 commit 627325c
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions src/components/info-card/info-card.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,37 +19,10 @@
--calcite-label-margin-bottom: 0;
}

table {
border-collapse: collapse;
width: 100%;
}

th, td {
text-align: left;
padding: 8px;
}

tr:nth-child(odd) {
background:var(--calcite-ui-foreground-2);
}

.bottom-border {
padding-bottom: 0.5rem;
border-bottom: 1px solid var(--calcite-ui-border-1);
}

.padding-1-2 {
padding: 0.5rem;
}

.padding-top-1-2 {
padding-top: 0.5rem;
}

.font-color-3 {
color: var(--calcite-ui-text-3);
}

.display-none {
display: none !important;
}
Expand Down

0 comments on commit 627325c

Please sign in to comment.