66// you can add your own custom styles.
77$navbar-themes : (
88 (
9- " light" , // theme name
9+ " light" , // theme name (class)
1010 white , // bg color
1111 #303232 , // text color
1212 white , // input bg
@@ -15,7 +15,7 @@ $navbar-themes: (
1515 theme (' color' , ' grey' ) // divider color
1616 ),
1717 (
18- " dark" , // theme name
18+ " dark" , // theme name (class)
1919 theme (' color' , ' dark' ), // bg color
2020 theme (' color' , ' negative' ), // text color
2121 lighten (theme (' color' , ' dark' ), 7% ), // input bg
@@ -29,21 +29,21 @@ $navbar-themes: (
2929// you can add your own custom sizes.
3030$navbar-sizes : (
3131 (
32- " mini" , // size name
32+ " mini" , // size name (class)
3333 45px , // min-height
3434 .9839em , // button font-size
3535 .445rem .9rem , // button padding
3636 70px // top spacer for navbar (min-height + 25px)
3737 ),
3838 (
39- " small" , // size name
39+ " small" , // size name (class)
4040 65px , // min-height
4141 1em , // button font-size
4242 .645rem 1.4rem , // button padding
4343 90px // top spacer for navbar (min-height + 25px)
4444 ),
4545 (
46- " large" , // size name
46+ " large" , // size name (class)
4747 95px , // min-height
4848 1.28em , // button font-size
4949 .645rem 1.4rem , // button padding
0 commit comments