summaryrefslogtreecommitdiff
path: root/land-and-freedom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'land-and-freedom.scss')
-rw-r--r--land-and-freedom.scss17
1 files changed, 17 insertions, 0 deletions
diff --git a/land-and-freedom.scss b/land-and-freedom.scss
index cae059a..5c0c760 100644
--- a/land-and-freedom.scss
+++ b/land-and-freedom.scss
@@ -140,6 +140,19 @@ main {
}
}
+#selectable_cards {
+ display: flex;
+ justify-content: center;
+ flex-wrap: wrap;
+ padding: 12px;
+ gap: 12px;
+ min-height: 260px;
+}
+
+#selectable_cards:empty {
+ display: none;
+}
+
.panel {
min-width: 1271px;
max-width: 1271px;
@@ -351,6 +364,10 @@ main {
box-shadow: 0 0 0 3px $selected-color;
}
+.blank_marker.action:hover {
+ opacity: 0.5;
+}
+
// .standee.action:hover {
// box-shadow: 0 0 0 2px blue;
// }