Skip to content

Commit

Permalink
style: format (742) (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arturo Castillo Delgado authored Dec 17, 2021
1 parent 15af88b commit a5cbe82
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ scale-app-header {
height: calc(2 * var(--header-border-radius));
position: absolute;
border-top: var(--border);
box-shadow: 0 calc(-1 * var(--header-border-radius)) 0 0 var(--scl-color-background-standard);
box-shadow: 0 calc(-1 * var(--header-border-radius)) 0 0
var(--scl-color-background-standard);
background-color: transparent;
}
.header.menu--open .header__nav-before,
Expand Down

0 comments on commit a5cbe82

Please sign in to comment.