Projet

Général

Profil

0005-fixup-saumur-new-theme-69791.patch

A. Berriot, 13 octobre 2022 11:54

Télécharger (1,63 ko)

Voir les différences:

Subject: [PATCH 5/6] fixup! saumur: new theme (#69791)

 static/saumur/_custom.scss | 12 ++++++------
 static/saumur/config.json  |  3 ++-
 2 files changed, 8 insertions(+), 7 deletions(-)
static/saumur/_custom.scss
25 25

  
26 26
#logo {
27 27
    @media screen and ($max-mobile-viewport) { 
28
        padding: 0 $space-xsmall;
28
        padding: 0 $space-small;
29 29
        
30 30
    }
31 31
}
......
183 183
        position: relative;
184 184
    }
185 185
    h2:first-child {
186
        padding-left: $space-large * 1.75;
186
        padding-left: $space-large * 1.5;
187 187
        width: 100%;
188 188
    }
189 189
    img {
190 190
        position: absolute;
191
        width: $space-large * 1.5;
192
        max-height: $space-large * 1.5;
193
        top: $space-xsmall;
194
        left: $space-small;
191
        padding: 0 !important;
192
        width: $space-large;
193
        top: $space-small;
194
        left: $space-medium;
195 195
    }
196 196
    &.foldable:not(.folded) picture::after {
197 197
        @extend %orange-border;
static/saumur/config.json
1 1
{
2 2
  "label": "Saumur Agglomération",
3 3
  "variables": {
4
    "theme_color": "#EA5625"
4
    "theme_color": "#EA5625",
5
    "cell_picture_size" : "150x150"
5 6
  },
6 7
  "settings": {
7 8
    "combo": {
8
-