1
0
mirror of https://github.com/jdan/98.css.git synced 2025-09-03 02:42:48 +02:00

Merge pull request #67 from jacob-and-nathan/patch-1

Style.css: Added support for a vertical bar
This commit is contained in:
Jordan Scales
2020-04-27 11:42:39 -04:00
committed by GitHub

View File

@@ -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);
}