Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
830 Prikazi

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
Opusti
Related Posts Odgovori Prikazi Aktivnost
2
jun. 20
7474
1
apr. 18
4344
2
jun. 17
5551
0
dec. 15
57
2
jun. 15
5955