You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
planka_custom/client/src/components/BoardActions/BoardActions.module.scss

29 lines
401 B
SCSS

:global(#app) {
.cardsCount {
color: #798d99;
font-size: 12px;
}
.action {
flex: 0 0 auto;
margin-right: 20px;
}
.actions {
align-items: center;
display: flex;
margin: 20px 20px;
}
.wrapper {
overflow-x: auto;
overflow-y: hidden;
-ms-overflow-style: none;
scrollbar-width: none;
&::-webkit-scrollbar {
display: none;
}
}
}