Skip to content

Commit

Permalink
Merge pull request #944 from ita-social-projects/tags-clickable-space…
Browse files Browse the repository at this point in the history
…-area-fix

Tags clickable space area fix
  • Loading branch information
MementoMorj authored Oct 30, 2023
2 parents c21ccaf + 6df9ae9 commit f59ad29
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
@use "@assets/sass/variables/_variables.colors.scss" as c;
@use "@assets/sass/_utils.functions.scss" as f;


.tagModalContainer {
width: 100%;

@include mut.flex-centered();

.slick-slide{
margin-left: f.pxToRem(8px);
margin-right: f.pxToRem(8px);
}
.slick-list {
padding: f.pxToRem(20px);
}
Expand All @@ -27,8 +31,6 @@

height: f.pxToRem(38px);
width: fit-content;
margin-left: f.pxToRem(8px);
margin-right: f.pxToRem(8px);

color: c.$dark-red-color;
border: 2px solid c.$dark-red-color;
Expand Down

0 comments on commit f59ad29

Please sign in to comment.