15 lines
No EOL
218 B
CSS
15 lines
No EOL
218 B
CSS
webcare-webshare {
|
|
font-size: var(--font-size-sm);
|
|
line-height: var(--line-height-xs);
|
|
}
|
|
|
|
button {
|
|
color: var(--text-color);
|
|
background: transparent;
|
|
padding: 0;
|
|
}
|
|
|
|
button,
|
|
button > svg {
|
|
cursor: pointer;
|
|
} |