diff --git a/wwwroot/css/components.css b/wwwroot/css/components.css index 6ded783..68d28fb 100644 --- a/wwwroot/css/components.css +++ b/wwwroot/css/components.css @@ -41,7 +41,6 @@ background-position: center; background-repeat: no-repeat; background-color: #f6b24f; - cursor: pointer; border: none; width: 100%; display: block; @@ -83,14 +82,22 @@ text-overflow: ellipsis; } .chip { - background: #c5dff1; + background: #f1dfc5; color: #2c1c0d; - padding: 4px 8px; + padding: 2px 8px; border-radius: 999px; - font-size: 12px; + min-width: 30px; + height: 30px; border: 1px solid transparent; +} +button .chip { cursor: pointer; } +.chip.icon { + padding: 2px; + width: 30px; + font-size: 18px; +} .chip.danger-chip { background: #e0564f; border: 1px solid #c54740; diff --git a/wwwroot/css/layout.css b/wwwroot/css/layout.css index e17c754..5a12bcb 100644 --- a/wwwroot/css/layout.css +++ b/wwwroot/css/layout.css @@ -37,8 +37,6 @@ border-radius: 10px; padding: 6px 10px; cursor: pointer; - min-width: 44px; - font-family: "Twemoji Country Flags", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", emoji, sans-serif; font-size: 16px; font-weight: 400; font-style: normal; diff --git a/wwwroot/index.html b/wwwroot/index.html index f228b18..10e9492 100644 --- a/wwwroot/index.html +++ b/wwwroot/index.html @@ -21,7 +21,7 @@
` : ""}