Skip to content

Commit

Permalink
Merge pull request #734 from CityOfBoston/DIG-1718
Browse files Browse the repository at this point in the history
DIG-1718 Fix to Drupal issues
  • Loading branch information
subaha-cob authored Mar 15, 2023
2 parents 446c915 + 881feaf commit 6076b9e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
6 changes: 0 additions & 6 deletions components/base/site-banner/site-banner.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ title: Site Banner
handle: site-banner
status: ready
variants:
- name: grey
context:
theme: g
- name: white
context:
theme: w
- name: charles blue
context:
theme: b
Expand Down
Binary file added images/public/logo-white_red.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions stylesheets/components/site-banner/_site-banner.styl
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
text-align: center
font-family: $serif
margin-top: 0
margin-bottom: 0
position: relative
z-index: 100

.b-c.p-v200
padding-top: 10px
Expand Down Expand Up @@ -45,8 +48,9 @@
.dr-i
fill: #fff

.dr-c
.dr-c, .dr-c.b--g
padding: 0
background-color: $grey-000

.site-banner-logo
max-width: 150px
Expand Down Expand Up @@ -100,7 +104,7 @@
max-height: 100px
padding-right: 16px

.site-banner-expansion-item.lock svg#lock
.site-banner-expansion-item.lock svg
max-width: 150px
min-width: 20px
max-height: 150px
Expand Down

0 comments on commit 6076b9e

Please sign in to comment.