File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -184,14 +184,15 @@ $options: (
184184 ' navbar' : (
185185 ' enable' : true,
186186 ' features' : (
187- ' themes' : true,
188- ' sizes' : true,
189- ' divided' : true
187+ ' themes' : true,
188+ ' sizes' : true,
189+ ' divided' : true,
190+ ' gradient' : true
190191 ),
191192 ' variables' : (
192193 ' min-height' : 80px ,
194+ ' spacer-top' : 105px , // min-height + 25px
193195 ' font-size' : 1.128em ,
194- ' spacer-top' : 120px , // min-height + 40px
195196 ' button-padding' : .935rem 1.4rem ,
196197 ' brand' : (
197198 ' padding' : 0 ,
@@ -332,7 +333,8 @@ $options: (
332333 ' sizes' : true,
333334 ' outlined' : true,
334335 ' secondary' : true,
335- ' dropdown' : true
336+ ' dropdown' : true,
337+ ' gradient' : true
336338 ),
337339 ' variables' : (
338340 ' font-size' : 1em ,
You can’t perform that action at this time.
0 commit comments