Skip to content

Commit b40f917

Browse files
author
DNZ\darius
committed
form variables
1 parent f71a012 commit b40f917

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

sass/variables.scss

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
*/
1414
$color01: #fff;
1515
$color02: #000;
16+
$color03: #eeeeee;
1617

1718
/*
1819
Theme colors
@@ -119,4 +120,24 @@ $font-sec: Arial, Helvetica, sans-serif;
119120
$font-size-default: 1.6rem;
120121
$line-height-default: 1.5;
121122

122-
$breadcrumbs-separator: '\00bb';
123+
/* Breadcrumbs seperator */
124+
$breadcrumbs-separator: '\00bb';
125+
126+
/* Form specific variables */
127+
$input-height: 4.8rem;
128+
129+
$input-label-color: #aaa;
130+
$input-label-color-focus: #aaa;
131+
132+
$input-border-color: #eee;
133+
$input-border-color-focus: #eee;
134+
135+
$input-control-color: #eee;
136+
$input-control-color-focus: $theme01;
137+
138+
$input-border: 1px solid $input-border-color;
139+
140+
$input-transition: 0.1s ease-in-out;
141+
142+
$input-icon-color: #eee;
143+
$input-icon-bg-color: #797979;

0 commit comments

Comments
 (0)