From 92fe5b462197fa9149fcc863c830b2c0af520117 Mon Sep 17 00:00:00 2001 From: Arta Seyedian Date: Thu, 13 Jun 2024 11:50:54 -0400 Subject: [PATCH] added the button back in --- .../home-news/home-news.component.scss | 28 ++++++++----------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/src/themes/dspace-simple/app/home-page/home-news/home-news.component.scss b/src/themes/dspace-simple/app/home-page/home-news/home-news.component.scss index 307e0bf8..44e5613a 100755 --- a/src/themes/dspace-simple/app/home-page/home-news/home-news.component.scss +++ b/src/themes/dspace-simple/app/home-page/home-news/home-news.component.scss @@ -57,6 +57,17 @@ } } + .btn-subtle { + color: #ffffff; + background-color: rgba(255, 255, 255, 0.2); + border: 1px solid rgba(255, 255, 255, 0.3); + } + + .btn-subtle:hover, .btn-subtle:focus { + background-color: rgba(255, 255, 255, 0.3); + border-color: rgba(255, 255, 255, 0.5); + } + .jumbotron { background-color: transparent; } @@ -71,22 +82,5 @@ } - // .btn-subtle { - // color: #ffffff; - // background-color: rgba(255, 255, 255, 0.2); - // border: 1px solid rgba(255, 255, 255, 0.3); - // } - - // .btn-subtle:hover, .btn-subtle:focus { - // background-color: rgba(255, 255, 255, 0.3); - // border-color: rgba(255, 255, 255, 0.5); - // } - // a { - // color: var(--ds-home-news-link-color); - // @include hover { - // color: var(--ds-home-news-link-hover-color); -// } -// } -// }