1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00
vault-frontend/src/components/common/Pressable/styles.module.scss
2022-01-21 17:46:50 +07:00

10 lines
163 B
SCSS

.pressable {
color: inherit;
border: none;
font: inherit;
padding: 0;
margin: 0;
text-transform: inherit;
cursor: pointer;
display: inline-flex;
}