trabajo-afectivo/app/views/knowledge_base/public/_inline_stylesheet.html.erb

36 lines
716 B
Text
Raw Permalink Normal View History

2019-06-04 03:40:48 +00:00
<style>
html {
direction: <%= locale.dir ;%>
}
2019-06-04 03:40:48 +00:00
@font-face {
font-family: '<%= knowledge_base.iconset %>';
src: url('/assets/icon-fonts/<%= knowledge_base.iconset %>.woff');
font-weight: normal;
font-style: normal;
}
[data-font="<%= knowledge_base.iconset %>"] {
font-family: '<%= knowledge_base.iconset %>';
}
a,
.section-inner [data-font],
.section-inner .icon,
.section > a:hover {
color: <%= knowledge_base.color_highlight %>;
}
2021-08-16 08:20:07 +00:00
.tag {
background: <%= knowledge_base.color_highlight %>;
}
2019-06-04 03:40:48 +00:00
.header {
background-color: <%= knowledge_base.color_header %>;
}
.header .menu-item {
color: <%= knowledge_base.color_header_link %>;
}
2019-06-04 03:40:48 +00:00
</style>