svg-layout-designer-react/src/index.scss
Siklos 8e34d6b72a
All checks were successful
continuous-integration/drone/push Build is passing
Implement export as SVG (#14)
Reviewed-on: https://git.siklos-chaneru.duckdns.org/Siklos/svg-layout-designer-react/pulls/14
2022-08-05 12:10:58 -04:00

21 lines
No EOL
492 B
SCSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer components {
.sidebar-row {
@apply p-6 w-full
}
.elements-sidebar-row {
@apply pl-6 pr-6 pt-2 pb-2 w-full
}
.close-button {
@apply transition-all w-full h-auto p-4 flex
}
.mainmenu-btn {
@apply transition-all bg-blue-100 hover:bg-blue-200 text-blue-700 text-lg font-semibold p-8 rounded-lg
}
.floating-btn {
@apply h-full w-full text-white align-middle items-center justify-center
}
}