Skip to content

Commit fd49b08

Browse files
Tweak hardware signer filter button styling
1 parent 4e30969 commit fd49b08

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

assets/sass/styles.scss

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -136,19 +136,19 @@ table img {
136136
.hardware-signer-filter-buttons {
137137
display: flex;
138138
flex-wrap: wrap;
139-
gap: 0.65rem;
139+
gap: 0.5rem;
140140
}
141141

142142
.hardware-signer-filter-btn {
143143
display: inline-flex;
144144
align-items: center;
145-
gap: 0.5rem;
146-
padding: 0.55rem 0.95rem;
145+
gap: 6px;
146+
padding: 4px 10px;
147147
border: 1px solid #cbd5e1;
148148
border-radius: 999px;
149149
background: #fff;
150150
color: #334155;
151-
font-size: 0.95rem;
151+
font-size: 0.85rem;
152152
font-weight: 600;
153153
line-height: 1;
154154
transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
@@ -160,12 +160,12 @@ table img {
160160

161161
.hardware-signer-filter-btn:focus-visible {
162162
outline: none;
163-
box-shadow: 0 0 0 0.22rem rgba(13, 110, 253, 0.2);
163+
box-shadow: 0 0 0 0.22rem rgba(117, 49, 249, 0.22);
164164
}
165165

166166
.hardware-signer-filter-btn.is-active {
167-
border-color: #0d6efd;
168-
background: #0d6efd;
167+
border-color: #7531f9;
168+
background: #7531f9;
169169
color: #fff;
170170
}
171171

@@ -175,8 +175,8 @@ table img {
175175
}
176176

177177
.hardware-signer-filter-icon {
178-
width: 1rem;
179-
height: 1rem;
178+
width: 1.2em;
179+
height: 1.2em;
180180
filter: brightness(0) saturate(100%) invert(25%) sepia(12%) saturate(903%) hue-rotate(176deg) brightness(95%) contrast(88%);
181181
}
182182

0 commit comments

Comments
 (0)