mirror of
https://github.com/standardebooks/web.git
synced 2025-07-10 00:30:28 -04:00
Artwork system: More options for reviewers submitting new artwork
This commit is contained in:
parent
8e955bf357
commit
017baef7d3
6 changed files with 66 additions and 37 deletions
|
@ -1756,6 +1756,10 @@ label span + span{
|
|||
font-style: italic;
|
||||
}
|
||||
|
||||
label span + span code{
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
label span + span i{
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -1798,6 +1802,7 @@ label.select > span + span{
|
|||
|
||||
label.select > span + span::after{
|
||||
display: block;
|
||||
font-style: normal;
|
||||
position: absolute;
|
||||
top: calc((2rem + 1.4rem + 2px) / 2 - 10px);
|
||||
right: calc(1rem - 12px / 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue