Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit 78644c8

Browse files
committed
css methods modified
1 parent 2273b11 commit 78644c8

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/lib/eccentric.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/lib/eccentric.css.map

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

src/lib/eccentric.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ button:hover {
8282
border: inherit;
8383
}
8484

85-
.et-button-danger, .et-button-invalid {
85+
.et-button-invalid {
8686
color: white;
8787
background-color: var(--et-danger);
8888
padding: 0.6em;
@@ -94,7 +94,7 @@ button:hover {
9494
line-height: inherit;
9595
}
9696

97-
.et-button-success, .et-button-valid {
97+
.et-button-valid {
9898
color: white;
9999
background-color: var(--et-green-primary);
100100
padding: 0.6em;
@@ -139,8 +139,8 @@ button:hover {
139139
color: var(--et-blue-primary);
140140
}
141141

142-
// Danger button
143-
.et-button-danger-secondary, .et-button-invalid-secondary {
142+
// Invalid button
143+
.et-button-invalid-secondary {
144144
background-color: (var(--et-white));
145145
border: 2px solid var(--et-danger);
146146
color: var(--et-danger);
@@ -154,7 +154,7 @@ button:hover {
154154
}
155155

156156
// Valid/Success button
157-
.et-button-success-secondary {
157+
.et-button-valid-secondary {
158158
background-color: (var(--et-white));
159159
border: 2px solid var(--et-green-primary);
160160
color: var(--et-green-primary);

0 commit comments

Comments
 (0)