diff --git a/MySQL_conf_pbx/test1/mariadb_data/aria_log.00000001 b/MySQL_conf_pbx/test1/mariadb_data/aria_log.00000001 index 572970d..7ad1ad9 100644 Binary files a/MySQL_conf_pbx/test1/mariadb_data/aria_log.00000001 and b/MySQL_conf_pbx/test1/mariadb_data/aria_log.00000001 differ diff --git a/MySQL_conf_pbx/test1/mariadb_data/aria_log_control b/MySQL_conf_pbx/test1/mariadb_data/aria_log_control index 364c3d6..f676f1f 100644 Binary files a/MySQL_conf_pbx/test1/mariadb_data/aria_log_control and b/MySQL_conf_pbx/test1/mariadb_data/aria_log_control differ diff --git a/MySQL_conf_pbx/test1/reactcezenpbx/src/components/landing-page/drop_down/navBarDropDown.css b/MySQL_conf_pbx/test1/reactcezenpbx/src/components/landing-page/drop_down/navBarDropDown.css new file mode 100644 index 0000000..920f800 --- /dev/null +++ b/MySQL_conf_pbx/test1/reactcezenpbx/src/components/landing-page/drop_down/navBarDropDown.css @@ -0,0 +1,38 @@ +.drop-down-pills { + background-color: #caf0f8; + border-radius: 0rem 2rem 2rem 2rem; + padding: 1rem 0rem; + box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.8); + transition: all 0.6s; +} +.drop-down-pills:hover { + box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.8); +} + +.drop-down-pills li { + list-style: none; + margin: 1rem; + padding: 1rem 1rem; + font-size: 1.8rem; + /* background-color: #1f3890 #befffd; + color: #1f3890; */ + border-bottom: 0.2rem solid #caf0f8; + text-transform: capitalize; + transition: all 0.3s; +} + +.drop-down-pills li:hover { + cursor: pointer; + font-size: 1.82rem; + border-bottom: 0.2rem solid rgba(0, 137, 133, 0.8); + /* background-color: #1f3890; + color: #befffd; */ +} + +.log-out { + background-color: #8c1c13; + color: #ffe1df; + text-align: center; + font-weight: 900; + border-radius: 1rem; +} diff --git a/MySQL_conf_pbx/test1/reactcezenpbx/src/components/landing-page/drop_down/navBarDropDown.jsx b/MySQL_conf_pbx/test1/reactcezenpbx/src/components/landing-page/drop_down/navBarDropDown.jsx new file mode 100644 index 0000000..cf13d17 --- /dev/null +++ b/MySQL_conf_pbx/test1/reactcezenpbx/src/components/landing-page/drop_down/navBarDropDown.jsx @@ -0,0 +1,11 @@ +import "./navBarDropDown.css"; + +export default function NavBarDropDown({ children }) { + return ( + <> +