Files
flowbite-vue/docs/.vitepress/theme/clear.css
Vasu Singh c3e8826253 feat(component): New checkbox component (#151)
* feat(component): New component checkbox

* feat(component): checkbox docs and link checkbox

* added gradient to home page

* remove unused props

* code refactor

* code refactor

* fix type error

* convert div to label
2023-06-16 16:20:45 +03:00

13 lines
298 B
CSS

button,
input,
optgroup,
select,
textarea {
border: inherit;
/* border: 0 by default in vitepress removes all border for border class */
}
:root {
--vp-home-hero-image-background-image: linear-gradient( -45deg, #41b88380 30%, #35495e80 );
--vp-home-hero-image-filter: blur(72px);
}