Skip to content

Commit

Permalink
[UPD] Separación enttre banners
Browse files Browse the repository at this point in the history
  • Loading branch information
ilopezsmx committed Mar 18, 2024
1 parent 6bdd074 commit 43d28d9
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/genweb6/theme/theme/scss/contents/_banner.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.gw-banner {
margin-bottom: 15px;
margin-bottom: 1rem;
max-width: 400px;

.defaultBanner {
Expand All @@ -19,7 +19,7 @@
align-items: center;
justify-content: space-between;
min-height: 60px;

&:hover {
background-color: var(--bs-primary-hover);
color: #FFFFFF !important;
Expand Down
4 changes: 4 additions & 0 deletions src/genweb6/theme/theme/scss/portlets/_banners.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@
margin-top: 1.5rem;
}
}

.portletWrapper:has(#baners) + .portletWrapper:has(#baners) {
margin-top: 1rem;
}
7 changes: 6 additions & 1 deletion src/genweb6/theme/theme/stylesheets/theme-concat.css
Original file line number Diff line number Diff line change
Expand Up @@ -28565,7 +28565,7 @@ body#tinymce .visible-desktop,

/* line 1, ../scss/contents/_banner.scss */
.gw-banner {
margin-bottom: 15px;
margin-bottom: 1rem;
max-width: 400px;
}
/* line 5, ../scss/contents/_banner.scss */
Expand Down Expand Up @@ -28923,6 +28923,11 @@ body.template-header-controlpanel #formfield-form-widgets-secondary_logo {
margin-top: 1.5rem;
}

/* line 8, ../scss/portlets/_banners.scss */
.portletWrapper:has(#baners) + .portletWrapper:has(#baners) {
margin-top: 1rem;
}

/* line 1, ../scss/portlets/_calendar.scss */
.portlet.portlet-calendar {
border: 0px solid transparent;
Expand Down
7 changes: 6 additions & 1 deletion src/genweb6/theme/theme/stylesheets/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -10700,7 +10700,7 @@ body#tinymce .visible-desktop,

/* line 1, ../scss/contents/_banner.scss */
.gw-banner {
margin-bottom: 15px;
margin-bottom: 1rem;
max-width: 400px;
}
/* line 5, ../scss/contents/_banner.scss */
Expand Down Expand Up @@ -11058,6 +11058,11 @@ body.template-header-controlpanel #formfield-form-widgets-secondary_logo {
margin-top: 1.5rem;
}

/* line 8, ../scss/portlets/_banners.scss */
.portletWrapper:has(#baners) + .portletWrapper:has(#baners) {
margin-top: 1rem;
}

/* line 1, ../scss/portlets/_calendar.scss */
.portlet.portlet-calendar {
border: 0px solid transparent;
Expand Down
2 changes: 1 addition & 1 deletion src/genweb6/theme/theme/stylesheets/theme.min.css

Large diffs are not rendered by default.

0 comments on commit 43d28d9

Please sign in to comment.