Skip to content

Commit

Permalink
Merge pull request #67 from jacob-and-nathan/patch-1
Browse files Browse the repository at this point in the history
Style.css: Added support for a vertical bar
  • Loading branch information
jdan authored Apr 27, 2020
2 parents 68deceb + 448b629 commit 64b56d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,13 @@ button {
padding: 0 12px;
}

.vertical-bar{
width: 4px;
height: 20px;
background: #c0c0c0;
box-shadow: var(--border-raised-outer), var(--border-raised-inner);
}

button:not(:disabled):active {
box-shadow: var(--border-sunken-outer), var(--border-sunken-inner);
}
Expand Down

0 comments on commit 64b56d0

Please sign in to comment.