Skip to content

Commit

Permalink
fix button css
Browse files Browse the repository at this point in the history
  • Loading branch information
seibtph authored and [email protected] committed Jan 7, 2021
1 parent 6646822 commit 1afa2c3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Module/OddThemeSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class OddThemeSetup extends \BackendModule
{
const VERSION = '1.4.8';
const VERSION = '1.4.9';

protected $strTemplate = 'be_oddtheme_setup';

Expand Down
8 changes: 4 additions & 4 deletions src/Resources/public/scss/parts/theme-elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
color: $pricebox_1_color;
}

:first-child-link a {
.first-link a {
@extend .btn;
margin: 15px 0;
background: $pricebox_1_color;
Expand All @@ -166,7 +166,7 @@
color: $pricebox_2_color;
}

:first-child-link a {
.first-link a {
background: $pricebox_2_color;
color: $oddColor6;

Expand All @@ -192,7 +192,7 @@
color: $pricebox_3_color;
}

:first-child-link a {
.first-link a {
background: $pricebox_3_color;
color: $oddColor6;

Expand Down Expand Up @@ -247,7 +247,7 @@
}
}

:first-child-link a {
.first-link a {
display: inline-block;
padding: 10px 20px;
font-weight: 700;
Expand Down

0 comments on commit 1afa2c3

Please sign in to comment.