Skip to content

Commit 8ae0b22

Browse files
committed
increases icon size to meet accessibility standards
1 parent da45e9d commit 8ae0b22

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

app/assets/stylesheets/ppd.scss

+9-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@
6969
border: 1px solid #d8d8d8;
7070
border-radius: 4px;
7171
}
72+
73+
i {
74+
padding: 4px;
75+
}
7276
}
7377

7478
.search-selection > span {
@@ -89,7 +93,7 @@
8993
}
9094

9195
.search-zoom-button {
92-
margin: 1px 3px;
96+
padding: 4px 4.75px;
9397
}
9498
}
9599

@@ -158,6 +162,10 @@
158162
border-radius: 5px;
159163
}
160164

165+
.transaction-url a i {
166+
padding: 4px;
167+
}
168+
161169
.transaction-category {
162170
background-color: lighten( $lr-logo-grey, 20% );
163171
padding: 3px;

0 commit comments

Comments
 (0)