Spaces:
Runtime error
Runtime error
File size: 171 Bytes
8fd7a1d |
1 2 3 4 5 6 7 8 9 10 11 |
@import "../../css/colors.css";
.share-button {
background: $data-primary;
}
.share-button-is-shared {
background: $ui-black-transparent;
cursor: default;
}
|