Skip to content

Commit

Permalink
Refs #141511 - Improve answer styles.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Dec 3, 2021
1 parent 1c0952a commit 030f038
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/SearchBlock/less/answersbox.less
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
.answers-list {
// background-color: #00888a;
background-color: @s-light-gray;
max-width: @search-result-max-width;

padding: 1em;
margin-bottom: 3em;
background-color: @sf-light-gray;
clear: both;
// margin-top: 3em;

.buttons {
.button {
background-color: @sf-azure !important;
}

.button:first-child {
margin-left: 1em !important;
}
Expand All @@ -20,17 +22,19 @@
.bullet {
width: 1.4em;
height: 1.4em;
margin-right: 0.8em;
background-color: @secondaryColor;
border-radius: 1.4em;
margin-right: 0.8em;
cursor: pointer;

&.active {
background-color: @primaryColor;

&:hover {
background-color: @primaryColor;
}
}

&:hover {
background-color: #ccc;
}
Expand All @@ -47,7 +51,7 @@
width: 0px;
height: 10px;
animation: progres 4s infinite linear;
background-color: #2d9390;
background-color: @sf-azure;
border-radius: 1px;
}
}
Expand Down

0 comments on commit 030f038

Please sign in to comment.