Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Add optional for now so we can deploy #768

Merged
merged 1 commit into from
Apr 21, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions assets/css/vendors/introjs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,19 +68,19 @@

// Refactor buttons when button mixins and/or style guide is done
.introjs-button {
@extend .tc-btn;
@extend .tc-btn-s;
@extend .tc-btn !optional;
@extend .tc-btn-s !optional;
}

.introjs-skipbutton {
@extend .tc-btn-ghost;
@extend .tc-btn-ghost !optional;
float: left;
}


.introjs-disabled {
@extend .tc-btn-s;
@extend :disabled;
@extend .tc-btn-s !optional;
@extend :disabled !optional;
}

.introjs-prevbutton {
Expand Down