Skip to content

Commit

Permalink
Fix certificate type label styles
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-slobodian committed Oct 14, 2024
1 parent 2dceb4e commit 9214e4d
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/components/certificate-type-label/styles/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@
display: flex;
gap: var(--pv-size-base-2);
align-items: center;
.icon_wrapper {
display: flex;
flex-direction: column;
justify-content: center;
color: var(--pv-color-gray-9);
}
.icon_wrapper {
display: flex;
flex-direction: column;
justify-content: center;
color: var(--pv-color-gray-9);

width: var(--pv-size-base-6);
svg {
width: var(--pv-size-base-6);
svg {
width: var(--pv-size-base-6);
height: var(--pv-size-base-6);
}
}
.label_part {
display: inline;
height: var(--pv-size-base-6);
}
}
.label_part {
display: inline;
}

0 comments on commit 9214e4d

Please sign in to comment.