This commit is contained in:
Robin Appelman 2024-11-22 22:17:21 +01:00
commit b08267a08c
10 changed files with 318 additions and 304 deletions

View file

@ -1,42 +1,42 @@
.analyse-menu {
position: absolute;
top: 0;
left: 0;
opacity: 0.5;
transition: all 0.5s;
position: absolute;
top: 0;
left: 0;
opacity: 0.5;
transition: all 0.5s;
&:hover {
opacity: 1;
}
& .share-session {
background: transparent;
color: var(--primary-color);
font-size: 200%;
width: 32px;
height: 32px;
margin: 10px;
border: none;
cursor: pointer;
background-image: url("images/link_white.svg");
background-size: contain;
&:active, &:focus {
outline: none;
&:hover {
opacity: 1;
}
}
& .share-text {
color: var(--primary-color);
background-color: var(--text-secondary);
padding: 5px;
margin-top: 0;
border: 1px #888 solid;
border-radius: 5px;
& .share-session {
&:active, &:focus {
outline: none;
background: transparent;
color: var(--primary-color);
font-size: 200%;
width: 32px;
height: 32px;
margin: 10px;
border: none;
cursor: pointer;
background-image: url("inline://images//link_white.svg");
background-size: contain;
&:active, &:focus {
outline: none;
}
}
& .share-text {
color: var(--primary-color);
background-color: var(--text-secondary);
padding: 5px;
margin-top: 0;
border: 1px #888 solid;
border-radius: 5px;
&:active, &:focus {
outline: none;
}
}
}
}