mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 07:03:25 +00:00
28 lines
502 B
SCSS
28 lines
502 B
SCSS
@import "../../styles/colors.scss";
|
|
|
|
.side-menu {
|
|
height: 100%;
|
|
width: 325px;
|
|
padding: 0 25px 0 10px;
|
|
border-right: 1px solid $lightest-grey;
|
|
margin-right: 15px;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.menu-controls {
|
|
margin: 10px 0;
|
|
display: flex;
|
|
gap: 0.25em;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
|
|
& .action {
|
|
display: flex;
|
|
gap: 0.5em;
|
|
}
|
|
}
|