UI - Adding support-us widget <3 (#1956)
parent
99246d3e6d
commit
c905652780
@ -0,0 +1,38 @@
|
|||||||
|
#overlay {
|
||||||
|
|
||||||
|
opacity: 0.95;
|
||||||
|
position: fixed;
|
||||||
|
|
||||||
|
width: 350px;
|
||||||
|
max-width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
top: 0;
|
||||||
|
right: -350px;
|
||||||
|
background-color: var(--color-table-stripe);
|
||||||
|
z-index: 2;
|
||||||
|
|
||||||
|
transform: translateX(0);
|
||||||
|
transition: transform .5s ease;
|
||||||
|
|
||||||
|
|
||||||
|
&.visible {
|
||||||
|
transform: translateX(-100%);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.content {
|
||||||
|
font-size: 0.875rem;
|
||||||
|
padding: 1rem;
|
||||||
|
margin-top: 5rem;
|
||||||
|
max-width: 400px;
|
||||||
|
color: var(--color-watch-table-row-text);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
#heartpath {
|
||||||
|
&:hover {
|
||||||
|
fill: #ff0000 !important;
|
||||||
|
transition: all ease 0.3s !important;
|
||||||
|
}
|
||||||
|
transition: all ease 0.3s !important;
|
||||||
|
}
|
@ -0,0 +1,25 @@
|
|||||||
|
.pure-menu-link {
|
||||||
|
padding: 0.5rem 1em;
|
||||||
|
line-height: 1.2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pure-menu-item {
|
||||||
|
svg {
|
||||||
|
height: 1.2rem;
|
||||||
|
}
|
||||||
|
* {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
.github-link {
|
||||||
|
height: 1.8rem;
|
||||||
|
display: block;
|
||||||
|
svg {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.bi-heart {
|
||||||
|
&:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Before Width: | Height: | Size: 749 B After Width: | Height: | Size: 917 B |
Loading…
Reference in new issue