Skip to content

Commit

Permalink
Fixes after the review
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjurco committed Nov 30, 2024
1 parent 61437fa commit 0cafcbf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,21 @@
@import '../../../styles/fonts.module.scss';

.backBtn {
button {
color: $color-dark-blue-50;
text-decoration: none !important;
@include font-body-15;
color: $color-dark-blue-50;
text-decoration: none !important;
@include font-body-15;

img {
margin: 0 4px;
}
img {
margin: 0 4px;
}

@media (min-width: $md) {
@include font-body-9;
@media (min-width: $md) {
@include font-body-9;

img {
margin: 0 12px;
width: 12px;
height: 12px;
}
img {
margin: 0 12px;
width: 12px;
height: 12px;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
.proposalItemTag {
margin-left: 16px;
color: $color-dark-blue-400;
cursor: default;
}

.proposalVoteBar {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
padding: 5px 10px;
border-radius: 0 10px 10px 0;
border: 1px solid $color-dark-blue-10;
cursor: default;

.proposalId {
@include font-body-14;
Expand Down

0 comments on commit 0cafcbf

Please sign in to comment.