fix(layouts): remove light theme

This commit is contained in:
KostyaDanovsky 2017-09-18 20:03:30 +03:00
parent 263d1297b3
commit b22fc134e1

View file

@ -25,13 +25,3 @@ $nb-themes: nb-register-theme((
font-main: Roboto,
font-secondary: Exo,
), cosmic, cosmic);
$nb-themes: nb-register-theme((
// app wise variables for each theme
sidebar-header-gap: 2rem,
sidebar-header-height: initial,
layout-content-width: 1400px,
font-main: Roboto,
font-secondary: Exo,
), light, light);