WIP(sunset): close X, CG revisions

This commit is contained in:
SabreCat
2023-06-07 17:03:07 -05:00
parent e1398e8d7c
commit de057dc1b2
3 changed files with 49 additions and 123 deletions
+5 -2
View File
@@ -12,7 +12,10 @@
</template>
<style lang="scss" scoped>
@import '~@/assets/scss/colors.scss';
.modal-close {
color: $black;
position: absolute;
right: 16px;
top: 16px;
@@ -22,10 +25,10 @@
width: 18px;
height: 18px;
vertical-align: middle;
opacity: 0.75;
opacity: 0.5;
&:hover {
opacity: 1;
opacity: 0.75;
}
}
}