Skip to content

Commit

Permalink
EZEE-3266: fixed selectors for extra actions container (#1520)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Grabowski authored Sep 22, 2020
1 parent 3e4493f commit 0f66232
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
14 changes: 7 additions & 7 deletions src/bundle/Resources/public/scss/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@
border-bottom-left-radius: $ibexa-border-radius;
border-bottom-right-radius: $ibexa-border-radius;
}
}

.ez-icon {
display: block;
width: calculateRem(24px);
height: calculateRem(24px);
margin: 0 auto calculateRem(5px);
.ez-icon {
display: block;
width: calculateRem(24px);
height: calculateRem(24px);
margin: 0 auto calculateRem(5px);
}
}
}

Expand All @@ -153,7 +153,7 @@
&:hover {
color: $ibexa-black;
background: $ibexa-white;

.ez-icon {
fill: $ibexa-black;
}
Expand Down
6 changes: 4 additions & 2 deletions src/bundle/Resources/public/scss/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,10 @@ select {
top: calculateRem(16px);
height: 100vh;

.ez-icon {
margin-bottom: calculateRem(3px);
> .btn {
.ez-icon {
margin-bottom: calculateRem(3px);
}
}
}

Expand Down

0 comments on commit 0f66232

Please # to comment.