Add a --header-box-shadow theme css variable

Change-Id: Iecd262f2cb43ecd4f95c6f52cd21c5d0236be7a1
This commit is contained in:
Ben Rohlfs
2019-11-13 15:07:53 -08:00
committed by Luca Milanesio
parent 72566f3150
commit e9dcb886a5
2 changed files with 2 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ limitations under the License.
border-right: 0;
border-left: 0;
border-top: 0;
box-shadow: var(--header-box-shadow);
}
footer {
background: var(--footer-background, var(--footer-background-color, #eee));

View File

@@ -107,6 +107,7 @@ html {
--header-background-color: #eee;
--header-border-bottom: 1px solid var(--border-color);
--header-border-image: '';
--header-box-shadow: none;
--header-padding: 0 var(--spacing-l);
--header-icon-size: 0em;
--header-icon: none;