@@ -26,6 +26,7 @@ $theme05: #FFFFFF; // Destroyer white
2626
2727/*
2828 Notification colors
29+ https://github.com/CastleCSS/castlecss-notifications
2930*/
3031$alert : #c0dbff ;
3132$warning : #ffe283 ;
@@ -133,10 +134,14 @@ $font-sec: Arial, Helvetica, sans-serif;
133134$font-size-default : 1.6rem ;
134135$line-height-default : 1.5 ;
135136
136- /* Breadcrumbs seperator */
137+ /* Breadcrumbs seperator
138+ https://github.com/CastleCSS/castlecss-buttons
139+ */
137140$breadcrumbs-separator : ' \00bb ' ;
138141
139- /* Form specific variables */
142+ /* Form specific variables
143+ https://github.com/CastleCSS/castlecss-forms
144+ */
140145
141146/* Standard Inputs */
142147$input-height : 4.8rem ;
@@ -164,4 +169,15 @@ $input-transition: .1s all ease-in-out;
164169
165170/* Icons */
166171$input-icon-color : #eee ;
167- $input-icon-bg-color : #797979 ;
172+ $input-icon-bg-color : #797979 ;
173+
174+ /* Default sticker styles
175+ https://github.com/CastleCSS/castlecss-stickers
176+ */
177+ $sticker-font-size : 1.4rem ;
178+ $sticker-font-size-large : 1.6rem ;
179+ $sticker-bgcolor : $color03 ;
180+ $sticker-color : $color02 ;
181+ $sticker-text-transform : none ;
182+ $sticker-weight : normal ;
183+ $sticker-radius : $radius ;
0 commit comments