Skip to content
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions bridge-child/f1-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,15 @@
#btnsignup,
#btnSignUpCenter .qbutton {
background: #7fe34a;
background: linear-gradient(#9be970, #33b700); }
background: linear-gradient(#7fe34a, #33b700); }
.page-template-features .section3-desk #btnSignupIntegrate:hover,
#btnSignupIntegrate:hover,
#btnSignup:hover,
#btnSignUp a:not(.requestDemo):hover,
#btnSignUp1 a:not(.requestDemo):hover,
#btnsignup:hover,
#btnSignUpCenter .qbutton:hover {
background: linear-gradient(#9be070, #51cc0a); }
background: linear-gradient(#9be970, #51cc0a); }

.page-template-features #btnSignupIntegrate {
height: 58px !important;
Expand All @@ -142,7 +142,7 @@
border: none !important;
padding: 6px !important; }
#btnsignup:hover {
background: linear-gradient(#51CC0A, #9BE970); }
background: linear-gradient(#9be970, #51cc0a); }

#btnlogin {
padding: 4px; }
Expand Down
2 changes: 1 addition & 1 deletion bridge-child/f1-styles.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions bridge-child/f1-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@
#btnsignup,
#btnSignUpCenter .qbutton {
background: #7fe34a;
background: linear-gradient(#9be970, #33b700);
background: linear-gradient(#7fe34a, #33b700);
&:hover {
background: linear-gradient(#9be070, #51cc0a);
background: linear-gradient(#9be970, #51cc0a);
}
}

Expand All @@ -201,7 +201,7 @@
border: none !important;
padding: 6px !important;
&:hover {
background: linear-gradient(#51CC0A, #9BE970);
background: linear-gradient(#9be970, #51cc0a);
}
}

Expand Down
30 changes: 30 additions & 0 deletions bridge-child/images/checkmark-green--full.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 8 additions & 9 deletions bridge-child/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.