"tontonTh approved"
This commit is contained in:
parent
bf1e2cc970
commit
577a62d80d
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
Binary file not shown.
After Width: | Height: | Size: 69 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
|
@ -25,4 +25,5 @@
|
|||
--trash_icon: url(/static/images/trash.png);
|
||||
--upload_icon: url(/static/images/upload.png);
|
||||
--print_icon: url(/static/images/print.png);
|
||||
--seal_img: url(/static/images/seal.png);
|
||||
}
|
||||
|
|
|
@ -48,10 +48,13 @@ main > section.inline > article.right {
|
|||
|
||||
div.content > nav.vertical {
|
||||
flex: 0 0 200px;
|
||||
background-color: var(--clear-bg);
|
||||
border-right-color: var(--mid-bg);
|
||||
border-right-style: solid;
|
||||
border-right-width: 1px;
|
||||
background: var(--seal_img);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left 200px;
|
||||
background-color: var(--clear-bg);
|
||||
}
|
||||
|
||||
div.content > nav.vertical {
|
||||
|
|
Loading…
Reference in New Issue