Add a --header-box-shadow theme css variable
Change-Id: Iecd262f2cb43ecd4f95c6f52cd21c5d0236be7a1
This commit is contained in:

committed by
Luca Milanesio

parent
72566f3150
commit
e9dcb886a5
@@ -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));
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user