Browse Source

details

master
rdrew 1 year ago
parent
commit
12a14e9638
  1. 2
      css/global-style.css
  2. 2
      css/global-style.css.map
  3. 3
      css/sass/components/_diy.scss
  4. 3
      css/sass/components/_node.scss

2
css/global-style.css

File diff suppressed because one or more lines are too long

2
css/global-style.css.map

File diff suppressed because one or more lines are too long

3
css/sass/components/_diy.scss

@ -1,4 +1,7 @@
//@format;
.page-node-type-front-page #block-pagetitle {
display: none;
}
%diy-card {
background: white url(../images/nav-arrow.png) no-repeat 95% 92%;
color: #333;

3
css/sass/components/_node.scss

@ -6,4 +6,7 @@
.node--unpublished {
background-color: #fff4f4;
}
.page-node-type-page #field-language-display {
display: none;
}

Loading…
Cancel
Save