commit
0a61b000e3
@ -1,10 +1,12 @@
|
|||||||
<%- if Setting.custom_css.present? %>
|
<%- if Setting.custom_css.present? %>
|
||||||
<%= Setting.custom_css %>
|
<%= raw Setting.custom_css %>
|
||||||
|
|
||||||
<%- end %>
|
<%- end %>
|
||||||
<%- UserRole.where(highlighted: true).select { |role| role.color.present? }.each do |role| %>
|
<%- UserRole.where(highlighted: true).select { |role| role.color.present? }.each do |role| %>
|
||||||
.user-role-<%= role.id %> {
|
.user-role-<%= role.id %> {
|
||||||
--user-role-accent: <%= role.color %>;
|
--user-role-accent: <%= role.color %>;
|
||||||
|
--user-role-background: <%= role.color + '19' %>;
|
||||||
|
--user-role-border: <%= role.color + '80' %>;
|
||||||
}
|
}
|
||||||
|
|
||||||
<%- end %>
|
<%- end %>
|
||||||
|
Loading…
Reference in new issue