aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/LineIcon.css
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-12-12 16:48:14 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-12-12 16:48:46 +0100
commite7eb57bf492617f2b9be88d46c1cc708a2c17af4 (patch)
tree490e5ade4dc618760d30a8805dd94cc8dc586e2f /src/frontend/app/components/LineIcon.css
parent2f0fd3f348bb836839f4a72e3af072b56954d878 (diff)
Improved version of the planner feature
Diffstat (limited to 'src/frontend/app/components/LineIcon.css')
-rw-r--r--src/frontend/app/components/LineIcon.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/frontend/app/components/LineIcon.css b/src/frontend/app/components/LineIcon.css
index 6492d39..448b5fd 100644
--- a/src/frontend/app/components/LineIcon.css
+++ b/src/frontend/app/components/LineIcon.css
@@ -128,17 +128,17 @@
.line-icon-rounded {
display: block;
- width: 5ch;
- height: 5ch;
+ width: 4.25ch;
+ height: 4.25ch;
box-sizing: border-box;
background-color: var(--line-colour);
color: var(--line-text-colour);
- padding: 1.75ch 1ch;
+ padding: 1.4ch 0.8ch;
text-align: center;
border-radius: 50%;
- font: 600 14px / 1 monospace;
+ font: 600 13px / 1 monospace;
letter-spacing: 0.05em;
text-wrap: nowrap;
}