Allow retry when cannot update

This commit is contained in:
Josh Perez
2022-02-02 16:13:56 -05:00
committed by GitHub
parent 909453b20b
commit 4de30786ec
4 changed files with 59 additions and 23 deletions
@@ -32,6 +32,11 @@
padding-left: 36px;
}
&__retry {
@include button-reset;
@include font-body-1-bold;
}
&--clickable {
cursor: pointer;
}