Skip to content

Commit 9a092b2

Browse files
committed
Remove custom orange button style
1 parent 84fc07a commit 9a092b2

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/onboarding.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,6 @@ export class OnboardingView extends LitElement {
106106
height: auto;
107107
}
108108
109-
/* Orange button for first slide */
110-
.first-content md-filled-button {
111-
--md-filled-button-container-color: #ff6b35;
112-
--md-filled-button-container-shape: 999px;
113-
--md-filled-button-label-text-size: 1rem;
114-
--md-filled-button-hover-state-layer-color: rgba(0, 0, 0, 0.08);
115-
--md-filled-button-pressed-state-layer-color: rgba(0, 0, 0, 0.12);
116-
}
117-
118109
/* Card content */
119110
.card-content {
120111
flex: 1;

0 commit comments

Comments
 (0)