diff --git a/src/app.scss b/src/app.scss index b3464a8..82bc3dd 100644 --- a/src/app.scss +++ b/src/app.scss @@ -7,6 +7,12 @@ .btn-hover-primary { color: #0056b3 !important; } +.card-hover-gray { + background-color: #EEE; +} +.card-hover-white { + background-color: #FFF; +} .btn-secondary:hover { background-color: #6c757d; diff --git a/src/components/contact/index.scss b/src/components/contact/index.scss index f13da61..0a5c516 100644 --- a/src/components/contact/index.scss +++ b/src/components/contact/index.scss @@ -29,6 +29,3 @@ .nut-elevator__list__item__name { padding: 0; } -.item-hover { - background-color: #EEE; -} diff --git a/src/components/contact/index.vue b/src/components/contact/index.vue index 9cd30cc..a2b04fa 100644 --- a/src/components/contact/index.vue +++ b/src/components/contact/index.vue @@ -26,7 +26,7 @@ const clickItem = (key: string, item: ContactData) => {