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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 59 additions and 23 deletions

View file

@ -32,6 +32,11 @@
padding-left: 36px;
}
&__retry {
@include button-reset;
@include font-body-1-bold;
}
&--clickable {
cursor: pointer;
}