Skip to content

Commit

Permalink
Internal: Optimize compiled CSS size for button alignment [ED-15937] (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
rami-elementor authored Oct 13, 2024
1 parent 58191e1 commit 7690826
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions assets/dev/scss/frontend/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -204,22 +204,19 @@

&center {
text-align: center;

.elementor-button {
width: auto;
}
}

&right {
text-align: right;

.elementor-button {
width: auto;
}
}

&left {
text-align: left;
}

&center,
&right,
&left {

.elementor-button {
width: auto;
Expand Down Expand Up @@ -308,22 +305,19 @@

&center {
text-align: center;

.elementor-button {
width: auto;
}
}

&right {
text-align: right;

.elementor-button {
width: auto;
}
}

&left {
text-align: left;
}

&center,
&right,
&left {

.elementor-button {
width: auto;
Expand Down

0 comments on commit 7690826

Please sign in to comment.