We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da45e9d commit 8ae0b22Copy full SHA for 8ae0b22
app/assets/stylesheets/ppd.scss
@@ -69,6 +69,10 @@
69
border: 1px solid #d8d8d8;
70
border-radius: 4px;
71
}
72
+
73
+ i {
74
+ padding: 4px;
75
+ }
76
77
78
.search-selection > span {
@@ -89,7 +93,7 @@
89
93
90
94
91
95
.search-zoom-button {
92
- margin: 1px 3px;
96
+ padding: 4px 4.75px;
97
98
99
@@ -158,6 +162,10 @@
158
162
border-radius: 5px;
159
163
160
164
165
+ .transaction-url a i {
166
167
168
161
169
.transaction-category {
170
background-color: lighten( $lr-logo-grey, 20% );
171
padding: 3px;
0 commit comments