diff --git a/assets/stylesheets/template/template.scss b/assets/stylesheets/template/template.scss index 2ac0bc9..fac8335 100644 --- a/assets/stylesheets/template/template.scss +++ b/assets/stylesheets/template/template.scss @@ -19,6 +19,12 @@ // Widget @import "widget/*"; +.background .controlplay{ + display: none; +} +.background .button-mid{ + display: none; +} .black-screen{ position: fixed; width: 100%; @@ -70,7 +76,7 @@ padding: 5px 10px; background: $theme-color-main; color:#fff; - font-size: 18px; + font-size: 1.125em; transition:.3s; &:hover{ background: $theme-color-second; diff --git a/modules/member/member_index2.html.erb b/modules/member/member_index2.html.erb index d8ec261..6b88092 100644 --- a/modules/member/member_index2.html.erb +++ b/modules/member/member_index2.html.erb @@ -12,8 +12,8 @@