Add css for the token card

pull/606/head
Lucas Narciso 6 years ago
parent 83b3c77ced
commit b19db4bf1b
No known key found for this signature in database
GPG Key ID: 9E89F4CF3FBAB001
  1. 9
      apps/block_scout_web/assets/css/components/_tile.scss

@ -47,6 +47,11 @@
}
}
&-token {
border: 1px solid $border-color;
}
&-token-transfer {
border-left: 4px solid $orange;
padding-bottom: 10px;
@ -109,6 +114,10 @@
&-hash {
font-weight: 300;
}
&-lg {
font-size: 16px;
color: $body-color;
}
}
.tile-badge {

Loading…
Cancel
Save