Spaces:
Runtime error
Runtime error
File size: 219 Bytes
8fd7a1d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
@import "../../css/colors.css";
.save-now {
cursor: pointer;
padding: 0 0.5rem;
height: 100%;
display: flex;
align-items: center;
}
.save-now:hover {
background-color: $ui-black-transparent;
}
|