Skip to content

Commit

Permalink
Remove unneeded style of warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Jun 15, 2022
1 parent fe9172e commit 59a0f18
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions src/SearchBlock/less/answersbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,18 @@
}
}

.ui.warning.message {
padding-top: 0;
margin: 0;

.ui.button {
padding: 5px 10px;
margin: 0 5px;
font-size: 14px;
font-weight: 400;
}
}

.buttons {
.button {
background-color: @secondaryColor !important;
Expand Down Expand Up @@ -147,20 +159,6 @@
box-shadow: none;
}

.ui.warning.message.answers-warning {
padding: 0;
padding-bottom: 0.8em;
margin: 0;
font-size: 14px;

.ui.button {
padding: 5px 10px;
margin: 0 5px;
font-size: 14px;
font-weight: 400;
}
}

.ui.button.feedback-btn {
padding: 0.75em;
margin: 0;
Expand Down

0 comments on commit 59a0f18

Please sign in to comment.