Skip to content

Commit

Permalink
Add three dots loader to be used in answer box
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Feb 14, 2022
1 parent f322463 commit c2ebe76
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions src/SearchBlock/less/answersbox.less
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,22 @@
}

.answers__loading {
.progress {
height: 3px;
margin-top: 1em;

.color {
position: relative;
width: 0px;
height: 10px;
animation: progres 4s infinite ease-out;
background-color: @sf-azure;
border-radius: 1px;
}
}
display: flex;
justify-content: space-between;

// .progress {
// height: 3px;
// margin-top: 1em;
//
// .color {
// position: relative;
// width: 0px;
// height: 10px;
// animation: progres 4s infinite ease-out;
// background-color: @sf-azure;
// border-radius: 1px;
// }
// }
}

.answers__directAnswer {
Expand Down

0 comments on commit c2ebe76

Please sign in to comment.