Skip to content

Commit dfce5de

Browse files
committed
Dour theme [quick]
1 parent d1f8e2b commit dfce5de

File tree

5 files changed

+38
-23
lines changed

5 files changed

+38
-23
lines changed

base/src/scss/_trucaverif.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -443,13 +443,6 @@ body#visual-portal-wrapper.userrole-anonymous.portaltype-imio-smartweb-procedure
443443
}
444444

445445
@media screen and (min-width: 768px) {
446-
.portaltype-imio-smartweb-procedure .sectionlinks,
447-
.portaltype-imio-smartweb-page .sectionlinks,
448-
.portaltype-imio-smartweb-procedure .sectionfiles,
449-
.portaltype-imio-smartweb-page .sectionfiles {
450-
background: transparent;
451-
}
452-
453446
.portaltype-imio-smartweb-procedure .sectionlinks::after,
454447
.portaltype-imio-smartweb-page .sectionlinks::after,
455448
.portaltype-imio-smartweb-procedure .sectionfiles::after,

base/src/scss/common/_com-faceted.scss

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -189,19 +189,25 @@
189189
text-decoration: underline;
190190
}
191191

192+
.contact_placeholder {
193+
background-color: #e9e9e9;
194+
195+
&::after {
196+
content: "\F220";
197+
font-family: bootstrap-icons !important;
198+
text-align: center;
199+
position: absolute;
200+
font-size: 100px;
201+
color: #c0c1c2;
202+
left: 50%;
203+
transform: translate(-50%, -50%);
204+
top: 50%;
205+
}
206+
}
207+
192208
///// correctifs
193209

194210
.ui-widget-header > div.ui-icon {
195211
background-size: auto;
196212
margin-right: 0.5rem;
197213
}
198-
199-
// @media screen and (min-width: 992px){
200-
201-
// .has_subtree.dropdown>ul {
202-
203-
// overflow-y: auto;
204-
205-
// }
206-
207-
// }

base/src/scss/variables.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,13 +375,13 @@ $section-contact-portrait-ration: calc(4 / 5);
375375
$section-contact-background: #f3f3f3 !default;
376376

377377
// section-files
378-
$section-file-background-color: $primary !default;
379-
$enable-full-width-section-files: true !default;
380-
$enable-light-color-section-files: true !default;
378+
$section-file-background-color: #f8f8f8 !default;
379+
$enable-full-width-section-files: false !default;
380+
$enable-light-color-section-files: false !default;
381381

382382
// section-link
383383
$section-link-background-color: #f8f8f8 !default;
384-
$enable-full-width-section-link: true !default;
384+
$enable-full-width-section-link: false !default;
385385
$enable-light-color-section-link: false !default;
386386

387387
// section-list-block-img

dour/src/scss/banner.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ html:has(body.section-home-page) {
33
overflow-x: hidden;
44
}
55

6-
.smartweb_herobanner {
6+
.section-home-page .smartweb_herobanner {
77
max-width: 90%;
88
left: inherit;
99
transform: inherit;
@@ -175,7 +175,7 @@ html:has(body.section-home-page) {
175175

176176
// quick
177177

178-
.sectionlinks.quick-access {
178+
.sectionlinks.quick-access-home {
179179
padding-top: 40px;
180180

181181
div[class^="nb-items-batch-"] {

dour/src/scss/main.scss

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,19 @@ $enable-roboto-webfont: false;
3131
.card-img-top.no-image {
3232
background-color: #2280961a;
3333
}
34+
35+
.contact_placeholder {
36+
background-color: #e9e9e9;
37+
38+
&::after {
39+
content: "\F220";
40+
font-family: bootstrap-icons !important;
41+
text-align: center;
42+
position: absolute;
43+
font-size: 100px;
44+
color: #c0c1c2;
45+
left: 50%;
46+
transform: translate(-50%, -50%);
47+
top: 50%;
48+
}
49+
}

0 commit comments

Comments
 (0)