|
56 | 56 | @include button-style($blue-5, $blue-4, white, white);
|
57 | 57 | }
|
58 | 58 |
|
59 |
| - &.primary-reversed { |
60 |
| - @include button-style($blue-1, $blue-2, $blue-4, $blue-4); |
61 |
| - } |
62 |
| - |
63 | 59 | &.secondary {
|
64 | 60 | @include button-style($gray-7, $gray-5, white, white);
|
65 | 61 | }
|
|
68 | 64 | @include button-style($gray-1, $gray-2, $gray-7, $gray-7);
|
69 | 65 | }
|
70 | 66 |
|
| 67 | + &.quaternary { |
| 68 | + @include button-style($blue-1, $blue-2, $blue-4, $blue-4); |
| 69 | + } |
| 70 | + |
71 | 71 | &.destructive {
|
72 | 72 | @include button-style($red-5, $red-7, white, white);
|
73 | 73 | }
|
|
82 | 82 | @include button-style(inherit, $blue-1, $gray-7, $gray-7, $blue-5);
|
83 | 83 | }
|
84 | 84 |
|
85 |
| - &.primary-reversed { |
86 |
| - @include button-style(inherit, $blue-2, $gray-7, $gray-7, $blue-1); |
87 |
| - } |
88 |
| - |
89 | 85 | &.secondary {
|
90 | 86 | @include button-style(inherit, $gray-1, $gray-7, $gray-7, $gray-7);
|
91 | 87 | }
|
|
94 | 90 | @include button-style(inherit, $gray-1, $gray-7, $gray-7, $gray-2);
|
95 | 91 | }
|
96 | 92 |
|
| 93 | + &.quaternary { |
| 94 | + @include button-style(inherit, $blue-2, $gray-7, $gray-7, $blue-1); |
| 95 | + } |
| 96 | + |
97 | 97 | &.destructive {
|
98 | 98 | @include button-style(inherit, $red-1, $gray-7, $gray-7, $red-5);
|
99 | 99 | }
|
|
108 | 108 | @include button-style(inherit, $blue-1, $blue-5, $blue-5);
|
109 | 109 | }
|
110 | 110 |
|
111 |
| - &.primary-reversed { |
112 |
| - @include button-style(inherit, $blue-2, $gray-7, $gray-7); |
113 |
| - } |
114 |
| - |
115 | 111 | &.secondary {
|
116 | 112 | @include button-style(inherit, $gray-1, $gray-7, $gray-7);
|
117 | 113 | }
|
|
120 | 116 | @include button-style(inherit, $gray-1, $gray-5, $gray-5);
|
121 | 117 | }
|
122 | 118 |
|
| 119 | + &.quaternary { |
| 120 | + @include button-style(inherit, $blue-2, $gray-7, $gray-7); |
| 121 | + } |
| 122 | + |
123 | 123 | &.destructive {
|
124 | 124 | @include button-style(inherit, $red-1, $red-5, $red-5);
|
125 | 125 | }
|
|
147 | 147 | @include button-style(inherit, inherit, $gray-5, $gray-6);
|
148 | 148 | }
|
149 | 149 |
|
| 150 | + &.quaternary { |
| 151 | + @include button-style(inherit, $blue-2, $gray-7, $gray-7); |
| 152 | + } |
| 153 | + |
150 | 154 | &.destructive {
|
151 | 155 | @include button-style(inherit, inherit, $red-5, $red-7);
|
152 | 156 | }
|
|
0 commit comments