Skip to content

Commit

Permalink
Merge pull request #30 from mongabay/fix/update-style
Browse files Browse the repository at this point in the history
fixes
  • Loading branch information
barbara-chaves authored Feb 21, 2024
2 parents d1a47cc + 8266641 commit 1427bdb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion components/header/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
font-family: $font-family-1;
font-size: $font-size-xs;
font-weight: 700;
letter-spacing: 0.96px;
}
}
&__menu {
Expand Down
2 changes: 1 addition & 1 deletion components/tool/sidebar/component.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const Sidebar = ({
</div>
<div className="d-flex align-items-center mt-4">
<Tooltip sticky="popper" plugins={[sticky]} content={<ExportTooltip />}>
<button type="button" className="btn btn-primary py-2 px-6" disabled={loading}>
<button type="button" className="btn btn-primary" disabled={loading}>
Export
</button>
</Tooltip>
Expand Down
3 changes: 3 additions & 0 deletions components/tool/sidebar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
.btn {
padding: 12px 32px;
width: 172px;
font-weight: 600;
border: none;
border-radius: 80px;
}

.loading-text {
Expand Down

0 comments on commit 1427bdb

Please sign in to comment.