Skip to content
Snippets Groups Projects
Commit 80525538 authored by sri-odoo's avatar sri-odoo Committed by qsm-odoo
Browse files

[FIX] web: correctly set 'text-muted' color value

parent 5ca2d15b
Branches
Tags
No related merge requests found
......@@ -36,6 +36,12 @@ $body-color: $o-main-text-color;
$link-hover-decoration: none;
// Muted
//
// Style .text-muted elements
$text-muted: $gray-500 !default;
// Grid columns
//
// Set the number of columns and specify the width of the gutters.
......
......@@ -149,9 +149,6 @@ div.o_boolean_toggle.custom-control.custom-checkbox {
.text-it {
font-style: italic;
}
.text-muted {
color: lighten($text-muted, 10%);
}
//== Badges
.badge {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment