All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: https://git.siklos-chaneru.duckdns.org/Siklos/svg-layout-designer-react/pulls/14
21 lines
No EOL
492 B
SCSS
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
|
|
}
|
|
} |