mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +02:00
put share button under menu
This commit is contained in:
parent
773fbe7c72
commit
9c82b445a3
2 changed files with 53 additions and 37 deletions
|
|
@ -22,17 +22,17 @@
|
|||
}
|
||||
}
|
||||
|
||||
& .share-session {
|
||||
& button.share-session {
|
||||
background: transparent;
|
||||
color: var(--primary-color);
|
||||
font-size: 200%;
|
||||
width: 24px;
|
||||
padding-left: 32px;
|
||||
height: 24px;
|
||||
margin: 10px;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
background-image: url("inline://images//link_white.svg");
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
&:active, &:focus {
|
||||
outline: none;
|
||||
|
|
@ -43,9 +43,9 @@
|
|||
color: var(--primary-color);
|
||||
background-color: var(--text-secondary);
|
||||
padding: 5px;
|
||||
margin-top: 0;
|
||||
border: 1px #888 solid;
|
||||
border-radius: 5px;
|
||||
margin-top: -3px;
|
||||
|
||||
&:active, &:focus {
|
||||
outline: none;
|
||||
|
|
@ -64,4 +64,19 @@
|
|||
.clients {
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
summary {
|
||||
font-size: 120%;
|
||||
margin: 5px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
summary::marker {
|
||||
content: '';
|
||||
}
|
||||
|
||||
ul {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue