diff --git a/assets/stylesheets/template/layout/content.scss b/assets/stylesheets/template/layout/content.scss index e166eb8..c6e90e7 100644 --- a/assets/stylesheets/template/layout/content.scss +++ b/assets/stylesheets/template/layout/content.scss @@ -221,7 +221,7 @@ } .sppb-btn{ border: none; - background-image: linear-gradient(90deg, #88bdff 0%, #567aff 100%); + background-image: linear-gradient(90deg, #1d74e1 0%, #0d3ae0 100%); color: #FFFFFF!important; letter-spacing: 2px; font-weight: 700; @@ -229,7 +229,7 @@ border-radius: 5em; padding: 15px 37px 15px 37px; &:hover{ - background-image: linear-gradient(90deg, #567aff 0%, #88bdff 100%); + background-image: linear-gradient(90deg, #0d3ae0 0%, #1d74e1 100%); } } diff --git a/assets/stylesheets/template/modules/ad_banner.scss b/assets/stylesheets/template/modules/ad_banner.scss index 9266c1e..ac90b8a 100644 --- a/assets/stylesheets/template/modules/ad_banner.scss +++ b/assets/stylesheets/template/modules/ad_banner.scss @@ -30,9 +30,11 @@ ul.button-mid{ } } } -ul.button-mid{ - margin:0; - z-index: 201; +.button-mid { + position: absolute; + width: 100%; + height: 0; + top: 50%; } .banner-pager .active-slide button{ background: $theme-color-second!important; diff --git a/assets/stylesheets/template/modules/announcement.scss b/assets/stylesheets/template/modules/announcement.scss index 7ab6eb1..40e243b 100644 --- a/assets/stylesheets/template/modules/announcement.scss +++ b/assets/stylesheets/template/modules/announcement.scss @@ -100,7 +100,7 @@ .w-annc__category { white-space: nowrap; @extend .i-subtitle; - color: #CC9900; + color: #856300; } .w-annc__status-wrap, .w-annc__postdate-wrap, diff --git a/modules/ad_banner/_ad_banner_widget2.html.erb b/modules/ad_banner/_ad_banner_widget2.html.erb index e7c9f79..70ef492 100644 --- a/modules/ad_banner/_ad_banner_widget2.html.erb +++ b/modules/ad_banner/_ad_banner_widget2.html.erb @@ -29,7 +29,9 @@ - +