Skip to content

Commit

Permalink
[ADD] Estilos portlet agenda
Browse files Browse the repository at this point in the history
  • Loading branch information
ilopezsmx committed Jan 16, 2024
1 parent 3c0b462 commit e865ca7
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/genweb6/theme/theme/scss/portlets/_esdeveniments.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.portlet.portlet-esdeveniments {

.cal_date {
width: 100px;
float: left;
}
}
1 change: 1 addition & 0 deletions src/genweb6/theme/theme/scss/portlets/_portlets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@import "banners";
@import "calendar";
@import "collection";
@import "esdeveniments";
@import "fullnews";
@import "grid_events";
@import "homepage";
Expand Down
6 changes: 6 additions & 0 deletions src/genweb6/theme/theme/stylesheets/theme-concat.css
Original file line number Diff line number Diff line change
Expand Up @@ -28888,6 +28888,12 @@ body.template-header-controlpanel #formfield-form-widgets-secondary_logo {
margin-right: 5px;
}

/* line 3, ../scss/portlets/_esdeveniments.scss */
.portlet.portlet-esdeveniments .cal_date {
width: 100px;
float: left;
}

/* line 4, ../scss/portlets/_grid_events.scss */
.gw-tile.destacats4-esdeveniments h2.portlet-title,
.portlet.portlet-grid-events h2.portlet-title {
Expand Down
6 changes: 6 additions & 0 deletions src/genweb6/theme/theme/stylesheets/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -11023,6 +11023,12 @@ body.template-header-controlpanel #formfield-form-widgets-secondary_logo {
margin-right: 5px;
}

/* line 3, ../scss/portlets/_esdeveniments.scss */
.portlet.portlet-esdeveniments .cal_date {
width: 100px;
float: left;
}

/* line 4, ../scss/portlets/_grid_events.scss */
.gw-tile.destacats4-esdeveniments h2.portlet-title,
.portlet.portlet-grid-events h2.portlet-title {
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 e865ca7

Please sign in to comment.