From 6346781918803aec7973aab602085b4ebba8a1e0 Mon Sep 17 00:00:00 2001 From: decanus Date: Fri, 18 May 2018 09:15:31 +0200 Subject: [PATCH 1/4] base design --- src/components/markets/markets.pug | 34 ++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/src/components/markets/markets.pug b/src/components/markets/markets.pug index e7a97d9..da6e46a 100644 --- a/src/components/markets/markets.pug +++ b/src/components/markets/markets.pug @@ -14,6 +14,40 @@ div(ng-controller='MarketsController') option(value="USD") USD option(value="EUR") EUR + .row.mt-3 + .col-12 + .row + .col-2 + .card(align='center') + img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;') + .card-body + .card-text FirstBlood + .col-2 + .card(align='center') + img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;') + .card-body + .card-text FirstBlood + .col-2 + .card(align='center') + img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;') + .card-body + .card-text FirstBlood + .col-2 + .card(align='center') + img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;') + .card-body + .card-text FirstBlood + .col-2 + .card(align='center') + img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;') + .card-body + .card-text FirstBlood + .col-2 + .card(align='center') + img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;') + .card-body + .card-text FirstBlood + .row.mt-3 .col-12 table.table.table-hover.markets-table From 3c7ea365e6b563bc68563e18e2f141627a80616d Mon Sep 17 00:00:00 2001 From: decanus Date: Fri, 18 May 2018 09:21:14 +0200 Subject: [PATCH 2/4] muted --- src/components/markets/markets.pug | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/components/markets/markets.pug b/src/components/markets/markets.pug index da6e46a..0325e12 100644 --- a/src/components/markets/markets.pug +++ b/src/components/markets/markets.pug @@ -21,32 +21,38 @@ div(ng-controller='MarketsController') .card(align='center') img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;') .card-body - .card-text FirstBlood + .card-text + span.text-muted FirstBlood .col-2 .card(align='center') img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;') .card-body - .card-text FirstBlood + .card-text + span.text-muted FirstBlood .col-2 .card(align='center') img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;') .card-body - .card-text FirstBlood + .card-text + span.text-muted FirstBlood .col-2 .card(align='center') img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;') .card-body - .card-text FirstBlood + .card-text + span.text-muted FirstBlood .col-2 .card(align='center') img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;') .card-body - .card-text FirstBlood + .card-text + span.text-muted FirstBlood .col-2 .card(align='center') img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;') .card-body - .card-text FirstBlood + .card-text + span.text-muted FirstBlood .row.mt-3 .col-12 From 573268a1ed114d6e4c507fc58f9c30be50caf872 Mon Sep 17 00:00:00 2001 From: decanus Date: Fri, 18 May 2018 09:23:58 +0200 Subject: [PATCH 3/4] updated --- src/components/markets/markets.pug | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/markets/markets.pug b/src/components/markets/markets.pug index 0325e12..62fbffa 100644 --- a/src/components/markets/markets.pug +++ b/src/components/markets/markets.pug @@ -18,37 +18,37 @@ div(ng-controller='MarketsController') .col-12 .row .col-2 - .card(align='center') + .card.box-shadow(align='center') img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;') .card-body .card-text span.text-muted FirstBlood .col-2 - .card(align='center') + .card.box-shadow(align='center') img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;') .card-body .card-text span.text-muted FirstBlood .col-2 - .card(align='center') + .card.box-shadow(align='center') img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;') .card-body .card-text span.text-muted FirstBlood .col-2 - .card(align='center') + .card.box-shadow(align='center') img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;') .card-body .card-text span.text-muted FirstBlood .col-2 - .card(align='center') + .card.box-shadow(align='center') img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;') .card-body .card-text span.text-muted FirstBlood .col-2 - .card(align='center') + .card.box-shadow(align='center') img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;') .card-body .card-text From 465cc8be54b92e8d433769646a26bce6f762661b Mon Sep 17 00:00:00 2001 From: decanus Date: Fri, 18 May 2018 09:25:34 +0200 Subject: [PATCH 4/4] done --- src/components/markets/markets.pug | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/markets/markets.pug b/src/components/markets/markets.pug index 62fbffa..283cea5 100644 --- a/src/components/markets/markets.pug +++ b/src/components/markets/markets.pug @@ -22,37 +22,37 @@ div(ng-controller='MarketsController') img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;') .card-body .card-text - span.text-muted FirstBlood + .text-muted FirstBlood .col-2 .card.box-shadow(align='center') img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;') .card-body .card-text - span.text-muted FirstBlood + .text-muted FirstBlood .col-2 .card.box-shadow(align='center') img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;') .card-body .card-text - span.text-muted FirstBlood + .text-muted FirstBlood .col-2 .card.box-shadow(align='center') img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;') .card-body .card-text - span.text-muted FirstBlood + .text-muted FirstBlood .col-2 .card.box-shadow(align='center') img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;') .card-body .card-text - span.text-muted FirstBlood + .text-muted FirstBlood .col-2 .card.box-shadow(align='center') img.card-img-top.mt-3(src='img/markets/1ST-ETH.png', style='width: 30px;') .card-body .card-text - span.text-muted FirstBlood + .text-muted FirstBlood .row.mt-3 .col-12