@product7/feedback-sdk 1.7.4 → 1.7.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -13116,7 +13116,9 @@
13116
13116
  SUBMIT & FEEDBACK
13117
13117
  ======================================== */
13118
13118
 
13119
- .feedback-survey-submit {
13119
+ .feedback-survey-submit,
13120
+ .feedback-survey-link-btn {
13121
+ display: block;
13120
13122
  width: 100%;
13121
13123
  padding: var(--spacing-3);
13122
13124
  background: var(--color-primary);
@@ -13127,12 +13129,17 @@
13127
13129
  font-weight: var(--font-weight-medium);
13128
13130
  cursor: pointer;
13129
13131
  font-family: inherit;
13132
+ text-align: center;
13133
+ text-decoration: none;
13130
13134
  transition: all var(--transition-base);
13131
13135
  }
13132
13136
 
13133
- .feedback-survey-submit:hover {
13137
+ .feedback-survey-submit:hover,
13138
+ .feedback-survey-link-btn:hover {
13134
13139
  background: var(--color-primary-hover);
13135
13140
  border-color: var(--color-primary-hover);
13141
+ color: var(--color-white);
13142
+ text-decoration: none;
13136
13143
  }
13137
13144
 
13138
13145
  .feedback-survey-error {