style: modal look improvements
mellbacon committed
Jun 15, 2023 at 12:07 UTC
30129c9a61cc7c244b21f9ba373f712ae6d12dd9
1 file changed
+5
-1
src/lib/utility/Popup.svelte
+5
-1
@@ -88,8 +88,9 @@
88
padding: 1rem 3rem 0.5rem 1rem;
89
flex-direction: column;
90
justify-content: center;
91
- p {
91
+ .description {
92
margin-top: -5px;
93
+ font-size: 0.9rem;
94
}
95
.content {
96
width: 100%;
@@ -113,6 +114,9 @@
114
color: #f9f9f9;
115
cursor: pointer;
116
padding: 0 10px;
117
+ &:hover {
118
+ background-color: #1c88d4;
119
+ }
120
}
121
}
122
}