Variáveis CSS - Topo modelo 02
Paga que seja possível utilizar as variáveis no personalizador rápido wBuy, você deve informá-las em seu arquivo global.css.
:root {
--topo_fundo: inherit;
--cabecalho_fundo: #000;
--cabecalho_botao_fundo: inherit;
--cabecalho_botao_texto: #FFF;
--cabecalho_botao_fundo_hover: #FFF;
--cabecalho_botao_texto_hover: #000;
--busca_borda_cor: #000;
--busca_botao: #F60;
--busca_fundo: inherit;
--busca_cor: inherit;
--busca_icone: #FFF;
--cesta_cor: inherit;
--cesta_numero_fundo: #F60;
--cesta_numero_cor: #FFF;
--categorias_nivel2_fundo: #FFF;
--categorias_nivel2_fundo_hover: #000;
--categorias_nivel2_texto: inherit;
--categorias_nivel2_texto_hover: #FFF;
--departamentos_fonte: inherit;
--departamentos_cor_fundo: inherit;
--departamentos_borda_cor: #000;
--departamentos_fundo: inherit;
--departamentos_fundo_hover: inherit;
--departamentos_cor: #000;
--departamentos_cor_hover: inherit;
--departamentos_icone: inherit;
--departamentos_icone_hover: inherit;
--departamentos_borda_cima: 1px;
--departamentos_borda_baixo: 1px;
--departamentos_tamanho: 12px;
--departamentos_altura: 48px;
--departamentos_espacamento: 10px;
}