wallet-connect-web-examples/advanced/dapps/vue-dapp-auth/assets/scss/_base.scss
Glitch deb123f283
restructure (#345)
* restructure

* udpate readme links
2023-12-13 15:36:25 -03:00

23 lines
323 B
SCSS

@layer base {
html {
font-size: 16px; // 1rem
@apply tw-font-main tw-leading-sm tw-bg-base tw-text-base;
}
::selection {
@apply tw-bg-accent-secondary tw-text-bg;
}
a {
@apply tw-cursor-pointer;
}
hr {
@apply tw-text-divider;
}
input,
button {
outline: none !important;
}
}