feat: post share button
This commit is contained in:
parent
6ca5bdba41
commit
1690b368fc
8 changed files with 73 additions and 13 deletions
21
src/assets/styles/widgets/share-button.css
Normal file
21
src/assets/styles/widgets/share-button.css
Normal file
|
@ -0,0 +1,21 @@
|
|||
button {
|
||||
background: transparent;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
button,
|
||||
button > svg {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
input {
|
||||
border-radius: var(--rounded-md);
|
||||
padding: .25rem;
|
||||
border: none;
|
||||
}
|
||||
|
||||
label {
|
||||
font-size: var(--font-size-sm);
|
||||
line-height: var(--line-height-sm);
|
||||
height: 1rem;
|
||||
}
|
Reference in a new issue