Skip to content

Commit 8067b36

Browse files
committed
Update bw to get up with base
1 parent 0cbd24d commit 8067b36

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

bw/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"devDependencies": {
3232
"@plone/plonetheme-barceloneta-base": "3.2.0-alpha.5",
33-
"@imiobe/plonetheme-smartweb-base": "0.2.1",
33+
"@imiobe/plonetheme-smartweb-base": "0.3.4",
3434
"@popperjs/core": "^2.11.6"
3535
}
3636
}

bw/src/scss/main.scss

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,8 @@
55
$enable-roboto-webfont: false;
66

77
@import url("https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css");
8-
9-
//// IMPORTS
10-
11-
// Import barceloneta files from node_modules --load-path=node_modules
12-
13-
// @import "@plone/plonetheme-barceloneta-base/scss/barceloneta";
14-
@import "@imiobe/plonetheme-smartweb-base/src/scss/main";
158
@import "./variables";
9+
@import "@imiobe/plonetheme-smartweb-base/src/scss/main";
1610

1711
// @import "../../../base/src/scss/main";
1812

@@ -35,6 +29,12 @@ $enable-roboto-webfont: false;
3529
@import "./se-files";
3630
@import "./contact";
3731

32+
#portal-footer-wrapper li {
33+
list-style-type: none;
34+
margin-bottom: 0.25rem;
35+
padding-left: 0;
36+
}
37+
3838
h1 {
3939
font-family: $font-family-base !important;
4040
font-weight: bold !important;
@@ -181,10 +181,6 @@ footer #container-section-noussuivre {
181181
}
182182
}
183183

184-
#portal-globalnav > li a:hover {
185-
color: $primary-svg;
186-
}
187-
188184
// footer
189185
.footer-logo {
190186
figure img {

0 commit comments

Comments
 (0)