-
-
Notifications
You must be signed in to change notification settings - Fork 687
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial survey plugin rewrite with survey-jquery and updated versions
- Loading branch information
1 parent
d33176a
commit 036c40a
Showing
4 changed files
with
138 additions
and
780 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,32 @@ | ||
@use "survey-knockout/survey.css"; | ||
@use "survey-jquery/defaultV2.min.css"; | ||
|
||
.sv_main { | ||
font-family: "Open Sans", "Arial", sans-serif; | ||
font-size: 18px; | ||
text-align: left; | ||
// move buttons to right | ||
div#sv-nav-complete.sv-action, div#sv-nav-next.sv-action { | ||
margin-left: auto !important; | ||
} | ||
|
||
.sv_body { | ||
border-top-width: 0; | ||
} | ||
// TO DO: keeping this here for reference until we decide on default style | ||
|
||
.sv_p_root { | ||
.sv_row { | ||
border-bottom: none; | ||
} | ||
} | ||
// .sv_main { | ||
// font-family: "Open Sans", "Arial", sans-serif; | ||
// font-size: 18px; | ||
// text-align: left; | ||
|
||
.sv_container .sv_body .sv_p_root .sv_q_title { | ||
font-weight: normal; | ||
} | ||
// .sv_body { | ||
// border-top-width: 0; | ||
// } | ||
|
||
.sv_q_erbox { | ||
font-size: 0.85em; | ||
} | ||
} | ||
// .sv_p_root { | ||
// .sv_row { | ||
// border-bottom: none; | ||
// } | ||
// } | ||
|
||
// .sv_container .sv_body .sv_p_root .sv_q_title { | ||
// font-weight: normal; | ||
// } | ||
|
||
// .sv_q_erbox { | ||
// font-size: 0.85em; | ||
// } | ||
// } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.