File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ blockquote {
176176 @include breakpoint (lg) { font-size : 26px ; }
177177
178178 & ::after {
179- content :" " ;
179+ content : " " ;
180180 display : block ;
181181 margin : 1.5em auto ;
182182 height : 5px ;
@@ -203,15 +203,15 @@ blockquote {
203203}
204204
205205.border-sm-0 {
206- @include breakpoint (sm) { border-bottom : none !important ;}
206+ @include breakpoint (sm) { border-bottom : none !important ; }
207207}
208208
209209.col-border {
210210 @include breakpoint (sm) { border-right : 1px #e5e5e5 solid !important ; }
211211}
212212
213213.bg-gray-light {
214- background-color : #F3F3F3 !important ;;
214+ background-color : #F3F3F3 !important ;
215215}
216216
217217.text-black {
@@ -225,6 +225,8 @@ blockquote {
225225.mc-field-group {
226226 .form-input {
227227 border : $border ;
228+ color : $text-gray-dark ;
229+ background-color : $bg-white ;
228230 height : 40px ;
229231 }
230232}
You can’t perform that action at this time.
0 commit comments