Answers -label background

This commit is contained in:
Markus Janhunen 2016-11-19 15:26:11 +02:00
parent dad92981c7
commit 8fc18b26c4
2 changed files with 6 additions and 3 deletions

View File

@ -24,6 +24,11 @@ body
.toggle-bordered-simple
label
border-radius: 5px !important
.toggle
label
background: rgb(247, 247, 249) !important
label:hover
background: rgb(235, 235, 235) !important
.toggle
active label
@ -105,8 +110,6 @@ a:hover.social-icon.social-icon-border
background-color: #0A518E
.social-icon
margin: 0 5px 5px 0
width: 40px

View File

@ -14,7 +14,7 @@
-faq_sections.each do |section|
.tab-pane{:role => "tabpanel" , id: "t#{section}" , :class => ("active" if "course" == section)}
-t(section).keys.each do |qa|
#faq_toggle.toggle.toggle-transparent.toggle-bordered-simple
#faq_toggle.toggle.toggle-bordered-simple
%label
= t("#{section}.#{qa}.q")
.toggle-content