diff options
author | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-21 19:13:16 +0100 |
---|---|---|
committer | iainp5 <iain.pearce.ip@gmail.com> | 2024-09-21 19:13:16 +0100 |
commit | a16e24c705fd1f98caf4332b734ff9d616705f4f (patch) | |
tree | 21e5fcf6492f878b4d9ada1d98cb2a2fca2a3ee6 /play.css | |
parent | 49ddeaffa0db635136f00b31b94c57c1459b3d6e (diff) | |
download | 1989-dawn-of-freedom-a16e24c705fd1f98caf4332b734ff9d616705f4f.tar.gz |
Updates to new visuals
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -4,12 +4,12 @@ header.your_turn { background-color: orange; } #role_Dem { background-color: hsl(210,30%,80%); }
#role_Com { background-color: hsl(35,40%,80%); }
#turn_info { background-color: white; }
-.aside_events {
+/*.aside_events {
font-family: "Source Sans";
font-style: normal;
font-size: 16px;
line-height: 1.5;
-}
+}*/
#log { background-color: whitesmoke; }
#log .h1 { font-weight: bold; padding-top:2px; padding-bottom:2px; text-align: center; }
@@ -115,7 +115,7 @@ header.your_turn { background-color: orange; } padding: 3px 1em;
}
-#events_panel, #played_card_panel {
+#events_panel, #played_card_panel, #table_panel {
min-width: 200px;
width: auto;
display: inline-block;
@@ -123,6 +123,10 @@ header.your_turn { background-color: orange; } border-radius: 5px;
}
+#events {
+ display: flex;
+}
+
#discard_panel {
min-width: 200px;
width: auto;
@@ -420,6 +424,7 @@ left: 660px} .event-marker.aside {
border: solid black 1.5px;
+ margin: 3px;
}
#turn_info {
|