Thème Croix : ajustements (#75473) #201

Merged
csechet merged 3 commits from wip/75473-croix-ajustements into main 2023-03-15 17:40:35 +01:00
2 changed files with 26 additions and 1 deletions

View File

@ -24,6 +24,26 @@ h1, h2, h3, h4, h5 {
flex-grow: 1;
}
@media($min-desktop-viewport) {
#logo.has-logo a {
text-indent: 0;
text-decoration: none;
font-weight: normal;
.site-title {
position: static !important;
width: auto !important;
height: auto !important;
display: flex;
align-items: center;
margin: 1rem 0 !important;
border-left: 1px solid $blue-2 !important;
padding-left: 1rem !important;
font-size: $font-size-4;
}
}
}
@media($max-mobile-viewport) {
#logo.has-logo {
padding-left: 0;
@ -136,6 +156,11 @@ div.gru-nav {
}
// content
#sidebar,
.form-content--sidebox {
background: $gray-2;
}
.gru-content div.cell.foldable {
h2:first-child {
border-bottom: 1px solid $blue-1;

View File

@ -1,7 +1,7 @@
{
"label": "Croix",
"variables": {
"theme_color": "#018B9D",
"theme_color": "#217DC6",
"email_header_asset": "emails:logo"
},
"settings": {