Skip to content

Commit

Permalink
fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
seibtph committed Jul 22, 2020
1 parent ba72600 commit cd3ca11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion src/Module/MateThemeSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class MateThemeSetup extends \BackendModule
{
const VERSION = '2.11.2';
const VERSION = '2.11.3';

protected $strTemplate = 'be_mateTheme_setup';

Expand Down
8 changes: 0 additions & 8 deletions src/Resources/public/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -600,10 +600,6 @@ h1.bordered-right:after, h2.bordered-right:after, h3.bordered-right:after, h4.bo
.left-col, .right-col, .left-right-col {
#container {
@extend .row;

.row .col {
margin-left: 0;
}
}

#left, #right {
Expand Down Expand Up @@ -634,10 +630,6 @@ h1.bordered-right:after, h2.bordered-right:after, h3.bordered-right:after, h4.bo

.container {
padding: 0 15px;

.row .col {
margin-left: 0;
}
}

#wrapper > .container {
Expand Down

0 comments on commit cd3ca11

Please sign in to comment.