aboutsummaryrefslogtreecommitdiff
path: root/src/styles/Estimates.css
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-05-26 10:48:43 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-05-26 10:48:43 +0200
commit5ced7f916d94e86e9a7ec164bee56f9a8e3a2a3a (patch)
treeb1ef5afa17b4a2f9fb2cbd683afc2fb6d905b5e1 /src/styles/Estimates.css
parent4637373b50636e78dc2c7b6f99be879edb4ff7dc (diff)
Replace Azure SWA with custom server
Diffstat (limited to 'src/styles/Estimates.css')
-rw-r--r--src/styles/Estimates.css105
1 files changed, 0 insertions, 105 deletions
diff --git a/src/styles/Estimates.css b/src/styles/Estimates.css
deleted file mode 100644
index 86ca09b..0000000
--- a/src/styles/Estimates.css
+++ /dev/null
@@ -1,105 +0,0 @@
-.table-responsive {
- overflow-x: auto;
- margin-bottom: 1.5rem;
-}
-
-.table {
- width: 100%;
- border-collapse: collapse;
-}
-
-.table caption {
- margin-bottom: 0.5rem;
- font-weight: 500;
-}
-
-.table th,
-.table td {
- padding: 0.75rem;
- text-align: left;
- border-bottom: 1px solid #eee;
-}
-
-.table th {
- border-bottom: 2px solid #ddd;
-}
-
-.table tfoot td {
- text-align: center;
-}
-
-/* Estimates page specific styles */
-.estimates-header {
- display: flex;
- align-items: center;
- margin-bottom: 1rem;
-}
-
-.estimates-stop-id {
- font-size: 1rem;
- color: var(--subtitle-color);
- margin-left: 0.5rem;
-}
-
-.estimates-arrival {
- color: #28a745;
- font-weight: 500;
-}
-
-.estimates-delayed {
- color: #dc3545;
-}
-
-.button-group {
- display: flex;
- gap: 1rem;
- margin-bottom: 1.5rem;
- flex-wrap: wrap;
-}
-
-.button {
- padding: 0.75rem 1rem;
- background-color: var(--button-background-color);
- color: white;
- border: none;
- border-radius: 8px;
- font-size: 1rem;
- font-weight: 500;
- cursor: pointer;
- text-align: center;
- text-decoration: none;
- display: inline-block;
-}
-
-.button:hover {
- background-color: var(--button-hover-background-color);
-}
-
-.button:disabled {
- background-color: var(--button-disabled-background-color);
- cursor: not-allowed;
-}
-
-.star-icon {
- margin-right: 0.5rem;
- color: #ccc;
- fill: none;
-}
-
-.star-icon.active {
- color: var(--star-color);
- /* Yellow color for active star */
- fill: var(--star-color);
-}
-
-/* Pencil (edit) icon next to header */
-.edit-icon {
- margin-right: 0.5rem;
- color: #ccc;
- cursor: pointer;
- stroke-width: 2px;
-}
-
-.edit-icon:hover {
- color: var(--star-color);
-} \ No newline at end of file