Skip to content

Commit

Permalink
Estilo vistas events_listing
Browse files Browse the repository at this point in the history
  • Loading branch information
ilopezsmx committed Dec 5, 2023
1 parent 6298eb1 commit 100c30a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/genweb6/theme/theme/scss/views/_event_listing.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ body.template-event_listing {
a.url {
text-decoration: none;
}

.cal_date {
min-width: 120px;
}
}
}
5 changes: 5 additions & 0 deletions src/genweb6/theme/theme/stylesheets/theme-concat.css
Original file line number Diff line number Diff line change
Expand Up @@ -32487,6 +32487,11 @@ div.existing-content.template-event_listing #content-core a.url,
body.template-event_listing #content-core a.url {
text-decoration: none;
}
/* line 10, ../scss/views/_event_listing.scss */
div.existing-content.template-event_listing #content-core .cal_date,
body.template-event_listing #content-core .cal_date {
min-width: 120px;
}

/* line 10, ../scss/views/_filtered_contents_search_pretty_view.scss */
div.existing-content.template-filtered_contents_search_complete_pretty_view .col-md-3 h2,
Expand Down
5 changes: 5 additions & 0 deletions src/genweb6/theme/theme/stylesheets/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -14622,6 +14622,11 @@ div.existing-content.template-event_listing #content-core a.url,
body.template-event_listing #content-core a.url {
text-decoration: none;
}
/* line 10, ../scss/views/_event_listing.scss */
div.existing-content.template-event_listing #content-core .cal_date,
body.template-event_listing #content-core .cal_date {
min-width: 120px;
}

/* line 10, ../scss/views/_filtered_contents_search_pretty_view.scss */
div.existing-content.template-filtered_contents_search_complete_pretty_view .col-md-3 h2,
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 100c30a

Please sign in to comment.