Files
planka/client/src/components/BoardActions/BoardActions.module.scss
T
2024-07-26 20:51:59 +02:00

27 lines
407 B
SCSS

:global(#app) {
.action {
align-items: center;
display: flex;
flex: 0 0 auto;
}
.actions {
align-items: center;
display: flex;
gap: 20px;
justify-content: flex-start;
margin: 20px 20px;
}
.wrapper {
overflow-x: auto;
overflow-y: hidden;
-ms-overflow-style: none;
scrollbar-width: none;
&::-webkit-scrollbar {
display: none;
}
}
}