Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
802 Zobrazení

Hi everyone, 

Could someone explain to me how I can add new scss variables to dark mode to use them in my custom module? 

// Variables
// light mode
$field-hr-br-left: #113377;
$field-hr-bg-color: #f5f6f8;
// dark mode 
$field-hr-br-left: #919367;
$field-hr-bg-color: #353648;
// where I want to use the variables
.data-group-fields .o_wrap_input {
​​border-left: 3px solid $field-hr-br-left !important;
​background-color: $field-hr-bg-color;
​border-radius: 0 10px 10px 0
}



 


Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
2
čvn 20
7443
1
dub 18
4331
2
čvn 17
5547
0
pro 15
57
2
čvn 15
5955