mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
10 lines
163 B
SCSS
10 lines
163 B
SCSS
.pressable {
|
|
color: inherit;
|
|
border: none;
|
|
font: inherit;
|
|
padding: 0;
|
|
margin: 0;
|
|
text-transform: inherit;
|
|
cursor: pointer;
|
|
display: inline-flex;
|
|
}
|