Univeristé Toulon : Ajustements (#76563) #231

Merged
csechet merged 3 commits from wip/76563-universite-toulon-ajustements into main 2023-04-28 11:21:24 +02:00
3 changed files with 15 additions and 1 deletions

View File

@ -69,10 +69,12 @@ a:hover {
}
}
.gru-content div.cell {
.gru-content div.cell,
.theme-page-bottom div.cell {
--cell-color: #{$primary-color};
color: var(--cell-color);
margin-bottom: 20px;
> div {
position: relative;
@ -145,6 +147,13 @@ a:hover {
}
}
.theme-page-bottom {
margin: $space-large $space-small;
div.cell {
@extend %cell;
}
}
// Search cell
#sidebar div.searchcell {
.combo-search {

View File

@ -109,6 +109,7 @@ $widget-border: 1px solid $gray-4;
$widget-focus-outline: none;
$widget-focus-outline-offset: 0 !default;
$widget-focus-box-shadow: $box-shadow-1;
$widget-unique-checkbox-position: left;
$form-accent-color: $primary-color;

View File

@ -16,6 +16,10 @@
{% end_skeleton_extra_placeholder %}
{% endblock %}
{% block content-post %}
<div class="theme-page-bottom">{% placeholder "page-bottom" name="Bas de page" optional=True %}</div>
fpeters marked this conversation as resolved
Review

page-header devrait ici être renommé.

page-header devrait ici être renommé.
{% endblock %}
{% block footer-post %}
<div class="theme-footer-bottom">
{% placeholder "footer-bottom" name="Bas du pied de page" acquired=True optional=True %}