Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
6
web_quick_start_screen/static/src/scss/quick_start_screen.scss
Executable file
6
web_quick_start_screen/static/src/scss/quick_start_screen.scss
Executable file
@@ -0,0 +1,6 @@
|
||||
// Set all the colors but the "no-color" one
|
||||
@for $size from 2 through length($o-colors) {
|
||||
.o_start_icon_color_#{$size - 1} {
|
||||
color: nth($o-colors, $size);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user