ngx-retroblog/src/shared/styles/lists.scss
2022-12-29 02:29:18 -03:00

17 lines
278 B
SCSS
Executable file

// Lists
.list-group {
padding: 2rem;
}
.list-item {
padding: 1rem;
border: rgb(88, 88, 88) solid 1px;
background-color: rgb(46, 46, 46);
margin-top: 0.5rem;
box-shadow: #000a 4px 4px;
}
.list-item:hover {
background-color: rgb(52, 39, 62);
cursor: pointer;
}