feat: tweak ToC button styles

This commit is contained in:
alistair3149 2021-03-01 15:58:20 -05:00
parent fc75ae236e
commit d1f6f05f7c
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C

View file

@ -123,9 +123,10 @@
width: 39px;
height: 56px;
padding: 0 @margin-side / 2;
margin: @margin-side;
border-top: 1px solid var( --border-color-base );
border-left: 1px solid var( --border-color-base );
background-color: var( --background-color-dp-06 );
border-radius: 100%;
border-radius: @border-radius-large 0 0 0;
pointer-events: auto;
.boxshadow(4);