style choices
This commit is contained in:
parent
a84b768e24
commit
6069578b6e
@ -1,5 +1,5 @@
|
|||||||
:root{
|
:root{
|
||||||
--background-color: #eee;
|
--background-color: #030304;
|
||||||
--second-background-color: #fff;
|
--second-background-color: #fff;
|
||||||
--primary-color: #f5a9b8;
|
--primary-color: #f5a9b8;
|
||||||
--secondary-color: #5bcefa;
|
--secondary-color: #5bcefa;
|
||||||
@ -455,12 +455,11 @@ publication-viewer publication-information publication-add {
|
|||||||
|
|
||||||
footer-tag-popup {
|
footer-tag-popup {
|
||||||
display: none;
|
display: none;
|
||||||
padding: 0 4px;
|
padding: 2px 4px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 58px;
|
bottom: 58px;
|
||||||
left: 20px;
|
left: 20px;
|
||||||
border: 3px solid var(--secondary-color);
|
background-color: var(--second-background-color);
|
||||||
background-color: var(--accent-color);
|
|
||||||
z-index: 8;
|
z-index: 8;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
@ -484,11 +483,11 @@ footer-tag-popup::before{
|
|||||||
width: 0;
|
width: 0;
|
||||||
height: 0;
|
height: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
border-right: 20px solid var(--secondary-colorr);
|
border-right: 10px solid var(--second-background-color);
|
||||||
border-left: 20px solid transparent;
|
border-left: 10px solid transparent;
|
||||||
border-top: 20px solid var(--secondary-color);
|
border-top: 10px solid var(--second-background-color);
|
||||||
border-bottom: 20px solid transparent;
|
border-bottom: 10px solid transparent;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
bottom: -41px;
|
bottom: -17px;
|
||||||
border-radius: 0 0 0 5px;
|
border-radius: 0 0 0 5px;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user