Files
komodo/frontend/src/components/server_children/serverchildren.module.scss
2023-02-28 04:24:15 +00:00

18 lines
359 B
SCSS

@use "../../style/colors.scss" as c;
// .Deployments {
// // background-color: c.$lightgrey;
// // transform-origin: top;
// // padding: 0.5rem;
// }
.DropdownItem {
// padding: 0.5rem 1rem;
width: 100%;
justify-content: space-between;
// transition: background-color 500ms ease;
}
.DropdownItem:hover {
background-color: rgba(c.$lightblue, 0.5);
}