5
0
mirror of https://github.com/odoo/runbot.git synced 2025-03-18 00:45:49 +07:00
runbot/runbot_merge/static/scss/runbot_merge_backend.scss

8 lines
237 B
SCSS
Raw Permalink Normal View History

@for $item from 2 through length($o-colors) {
.fucking_color_key_#{$item - 1} {
$background-color: nth($o-colors, $item);
color: color-contrast($background-color);
background-color: $background-color;
}
}