Skip to content

Commit 3f689a3

Browse files
committed
Fix symbol
1 parent b5b5203 commit 3f689a3

File tree

2 files changed

+24
-26
lines changed

2 files changed

+24
-26
lines changed

src/components/Asset/Metadata.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ export default class Metadata extends Vue {
117117
118118
.symbol {
119119
flex-shrink: 0;
120-
color: main.$primary-color;
121-
background-color: main.$primary-color-light;
120+
color: main.$secondary-color;
121+
background-color: main.$secondary-color-xlight;
122122
min-height: 1em;
123123
min-width: 20px;
124124
text-align: center;

src/views/Address.vue

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ export default class AddressPage extends Vue {
301301
}
302302
}
303303
304-
.address_details_error {
304+
.address_details_error {
305305
display: flex;
306306
flex-direction: column;
307307
align-items: center;
@@ -310,29 +310,27 @@ export default class AddressPage extends Vue {
310310
text-align: center;
311311
312312
a {
313-
314-
315-
display: block;
316-
width: max-content;
317-
text-decoration: none !important;
318-
margin-top: 30px;
319-
transition: opacity 0.3s;
320-
321-
background-color: transparent !important;
322-
color: main.$secondary-color !important;
323-
padding: 10px 24px;
324-
325-
border-radius: 6px;
326-
font-family: "DM Sans", sans-serif;
327-
font-weight: 700;
328-
letter-spacing: .5px;
329-
text-transform: uppercase!important;
330-
font-size: 14px;
331-
332-
333-
&:hover {
334-
opacity: 0.9;
335-
}
313+
display: block;
314+
width: max-content;
315+
text-decoration: none !important;
316+
margin-top: 30px;
317+
transition: opacity 0.3s;
318+
319+
background-color: transparent !important;
320+
color: main.$secondary-color !important;
321+
padding: 10px 24px;
322+
323+
border-radius: 6px;
324+
font-family: "DM Sans", sans-serif;
325+
font-weight: 700;
326+
letter-spacing: .5px;
327+
text-transform: uppercase!important;
328+
font-size: 14px;
329+
330+
331+
&:hover {
332+
opacity: 0.9;
333+
}
336334
337335
}
338336
}

0 commit comments

Comments
 (0)