Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d8fec86

Browse files
committedJun 21, 2021
feat: smaller error circle
1 parent 3dbd970 commit d8fec86

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎src/routes/WorkPeriods/components/PaymentError/styles.module.scss

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
.icon {
99
display: inline-block;
1010
padding: 2px 0 0;
11-
width: 20px;
12-
height: 20px;
13-
border-radius: 10px;
14-
line-height: 18px;
11+
font-size: 12px;
12+
width: 16px;
13+
height: 16px;
14+
border-radius: 8px;
15+
line-height: 14px;
1516
text-align: center;
1617
background: $error-color;
1718
color: #fff;

0 commit comments

Comments
 (0)
This repository has been archived.