Skip to content

Commit b8ff6d8

Browse files
Merge pull request #41 from CastleCSS/castlecss-stickers
Castlecss stickers
2 parents 09cb734 + 04de78c commit b8ff6d8

File tree

4 files changed

+22
-6
lines changed

4 files changed

+22
-6
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 De Nieuwe Zaak
3+
Copyright (c) 2016-2017 De Nieuwe Zaak
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "castlecss-core",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"description": "CastleCSS a SCSS framework with modular building blocks for the web",
55
"main": "index.js",
66
"scripts": {

sass/variables.scss

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)