X-Git-Url: https://git.cworth.org/git?p=lmno.games;a=blobdiff_plain;f=empathy%2Fempathy.css;h=704b54a5ac1759a1be929c4123a3c59cd8f343d4;hp=ef88072179b4637b77da786fdc1d9e266dfc4a9b;hb=913aefc667fc66fed8f6fd9ca712e89339a505ac;hpb=efb56934eb9333fb19e515432c5f03f47e5aa3cf diff --git a/empathy/empathy.css b/empathy/empathy.css index ef88072..704b54a 100644 --- a/empathy/empathy.css +++ b/empathy/empathy.css @@ -11,6 +11,7 @@ .vote-choices { display: flex; + flex-wrap: wrap; } .vote-choice { @@ -29,3 +30,25 @@ color: var(--text-fg-on-accent); } } + +.ambiguity-group { + width: 100%; + display: flex; + flex-wrap: wrap; + justify-content: center; + align-items: center; + background-color: var(--accent-color); + margin-bottom: 0.25em; + padding: 0; + border-radius: 10px; +} + +.ambiguity-button { + border-radius: 10px; + margin: 0; +} + +.ambiguity-button.selected { + background-color: var(--accent-color-bright); + color: var(--text-fg-on-accent-bright); +}