Skip to content

Commit

Permalink
Add global css for all extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon committed Feb 18, 2021
1 parent 79b5efe commit 571cf37
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"magento/framework": "*"
},
"type": "magento2-module",
"version": "1.1.9",
"version": "1.1.10",
"autoload": {
"files": [
"registration.php"
Expand Down
49 changes: 49 additions & 0 deletions view/adminhtml/web/css/config.less
Original file line number Diff line number Diff line change
Expand Up @@ -351,3 +351,52 @@
z-index: 125;
}
}


.section-config.active {
#magepal-info, #magepal-info-dl, #magepal-info-ee, .magepal-info{
padding-bottom: 5px;

a {
font-weight: bold;
border-left: 2px solid #e3e3e3;
padding-left:10px;
padding-right:10px;
color: #ef7e1e;

&:first-child {
padding-left: 5px;
border-left: none;
}
}
}

#upgrade-to-enhanced-ecommerce,
#upgrade-to-datalayer,
#upgrade-to-google-analytics4
{
padding-bottom: 7px;
}

#system_gmailsmtpapp-head,
#googletagmanager_about-head,
#googletagmanager_enhanced_ecommerce-head,
#googletagmanager_datalayer-head,
#enhanced_transactional_emails_general-head,
#magepal_checkout_preview_success_page-head
{
padding-bottom: 0;
}

a[id$="about_magepal-head"] {
padding-bottom: 0;
}

#row_googletagmanager_gdpr_note label span{
display:none;
}

.magepal-hr {
border-top: 1px solid #e3e3e3
}
}

0 comments on commit 571cf37

Please sign in to comment.