From a44d00bbac7bfe0cd3740af6e305ff3bf658d867 Mon Sep 17 00:00:00 2001 From: SirrorsMoore1975 Date: Sat, 9 Dec 2023 17:22:55 +0800 Subject: [PATCH] CSS works left for #121 #123 wip: css styles for NavPan and init new provider menu --- client/src/styles/Button.css | 2 +- client/src/styles/NavPanel.css | 4 ++-- client/src/styles/Provider.css | 2 +- client/src/styles/ProviderInfo.css | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/src/styles/Button.css b/client/src/styles/Button.css index 194c2c9..414dfe3 100644 --- a/client/src/styles/Button.css +++ b/client/src/styles/Button.css @@ -12,7 +12,7 @@ } .button:hover { - background-color: rrgb(255, 152, 170);; + background-color: rgb(255, 152, 170); cursor: pointer; } diff --git a/client/src/styles/NavPanel.css b/client/src/styles/NavPanel.css index da31159..3c3a15f 100644 --- a/client/src/styles/NavPanel.css +++ b/client/src/styles/NavPanel.css @@ -27,8 +27,8 @@ } .provider_btn { - width: 200px; - height: 75px; + width: 175px; + height: 50px; } .provider_name { diff --git a/client/src/styles/Provider.css b/client/src/styles/Provider.css index bc5772e..2e05bbe 100644 --- a/client/src/styles/Provider.css +++ b/client/src/styles/Provider.css @@ -16,7 +16,7 @@ margin-left: 150px; } -button:hover { +.button-review:hover { background-color: rgb(255, 152, 170); cursor: pointer; } diff --git a/client/src/styles/ProviderInfo.css b/client/src/styles/ProviderInfo.css index c1027f8..444520d 100644 --- a/client/src/styles/ProviderInfo.css +++ b/client/src/styles/ProviderInfo.css @@ -38,7 +38,7 @@ body { justify-content:center; } -.button { +.button { /* background-color: pink; height: 50px; width: 100px; @@ -46,12 +46,12 @@ body { font-size: 15px; color: white; border-color: 1px solid #66a7bf -} +*/} -button:hover { +.button:hover { /* background-color: rgb(255, 152, 170); cursor: pointer; -} +*/} .provider-logo { display: flex;