Skip to content

Commit 113731d

Browse files
committed
TMS-1164: Form button fix
1 parent 85ece83 commit 113731d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

assets/styles/ui-components/_forms.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
form {
2-
32
select,
43
input,
54
textarea {
@@ -48,6 +47,8 @@ select {
4847
}
4948

5049
button[type="submit"] {
50+
background-color: $black !important;
51+
color: $white !important;
5152

5253
&:after {
5354
mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><path d="M2.13436 0L0.365646 1.76877L6.09688 7.5L0.365646 13.2312L2.13436 15L9.63436 7.5L2.13436 0Z"/></svg>');
@@ -97,6 +98,8 @@ select {
9798

9899
.gform_button_select_files,
99100
.gform_delete_file {
101+
background-color: $black !important;
102+
color: $white !important;
100103

101104
&:hover,
102105
&:focus,

0 commit comments

Comments
 (0)