-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompiled.css
More file actions
77 lines (76 loc) · 2.34 KB
/
compiled.css
File metadata and controls
77 lines (76 loc) · 2.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
/* ==========================================================================/*
* Token option variables
*
* these are temporary variables, providing
* cedar components mappings to previously available tokens.
* These varables should be removed as tokens are available
*
=============================================================== */
/* ---------------------
* Outline
* ------------------- */
/* start of mixins/component variables*/
/* input label disabled */
/* select base */
/* --large */
/* required label */
/* info container */
/* helper text */
/* caret */
/* compact */
/* compact nested */
/* ordered */
/* unordered nested */
.tokens-example {
color: rgba(12, 11, 8, 0.75); }
.component-variables-example {
font-family: Graphik, "Helvetica Neue", sans-serif;
font-style: normal;
font-weight: 500;
letter-spacing: -.08px;
font-size: 16px;
line-height: 22px;
border: none;
border-radius: 0.4rem;
cursor: pointer;
display: inline-flex;
outline: none;
overflow: visible;
padding: 0.8rem 1.6rem;
text-align: left;
text-decoration: none;
text-transform: none;
vertical-align: middle;
transition: box-shadow 0.2s cubic-bezier(0.15, 0, 0.15, 0), background-color 0.2s cubic-bezier(0.15, 0, 0.15, 0), color 0.2s cubic-bezier(0.15, 0, 0.15, 0);
/* States
---------- */
background-color: #225c4e;
box-shadow: inset 0 0 0 1px #225c4e;
color: #f9f8f6;
fill: #f9f8f6;
/* States
---------- */ }
.component-variables-example:hover, .component-variables-example:active, .component-variables-example:focus {
outline: none;
outline-offset: 0;
text-decoration: none; }
.component-variables-example:focus {
outline: 0.2rem solid Highlight;
outline-color: -webkit-focus-ring-color; }
.component-variables-example[disabled] {
cursor: not-allowed; }
.component-variables-example:hover, .component-variables-example:focus {
color: #225c4e;
fill: #225c4e;
background-color: #c7dfd1;
box-shadow: inset 0 0 0 3px #225c4e, 0 0.2rem 0.2rem 0 rgba(12, 11, 8, 0.2); }
.component-variables-example:active {
color: #f9f8f6;
fill: #f9f8f6;
background-color: #225c4e;
box-shadow: inset 0 0 0 3px #225c4e, inset 0 0 0 5px #c7dfd1; }
.component-variables-example[disabled] {
background-color: #dcd6cb;
box-shadow: inset 0 0 0 1px #dcd6cb;
color: #ffffff;
fill: #ffffff; }