Sha256: 15cce447b154585be6f4fdf0f45f7fed931066eeaca8cf261e208d6c96e7ec21

Contents?: true

Size: 1.1 KB

Versions: 1

Compression:

Stored size: 1.1 KB

Contents

footer .col h5 {
  color: <%= @current_website.style_variables["footer_sec_text_color"] || "#ccc" %>;  
}

footer .col p {
  color: <%= @current_website.style_variables["footer_main_text_color"] || "#fff" %>;  
}

.footer-extra {
  color: <%= @current_website.style_variables["footer_main_text_color"] || "#fff" %>;  
}

footer .col ul li {
  color: <%= @current_website.style_variables["footer_sec_text_color"] || "#ccc" %>;  
}

.fondo_accion {
  background: <%= @current_website.style_variables["action_color"] %>;
  color: <%= @current_website.style_variables["labels_text_color"] || "#fff" %>;  
}


.services-section .container .services-wrapper .single-service .bordered {
  border: 2px solid <%= @current_website.style_variables["primary_color"] %>;
}
.services-section .container .services-wrapper .single-service .icon-service {
  color: <%= @current_website.style_variables["primary_color"] %>;
  border-color: <%= @current_website.style_variables["primary_color"] %>;
}
.services-section .container .services-wrapper .single-service:hover h4 {
  color: <%= @current_website.style_variables["primary_color"] %>;
}



Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pwb-1.0.0 app/views/pwb/custom_css/_shared.css.erb