Adjust left margin in main container.

feature/default_network_editable
Dan 7 years ago committed by Chi Kei Chan
parent 75c3009f83
commit 5d8bf6c86a
  1. 2
      ui/app/css/itcss/components/hero-balance.scss
  2. 2
      ui/app/css/itcss/components/newui-sections.scss
  3. 6
      ui/app/css/itcss/components/transaction-list.scss
  4. 7
      ui/app/css/itcss/settings/typography.scss

@ -15,7 +15,7 @@
flex-direction: row;
justify-content: flex-start;
align-items: center;
margin: 2.8em .9em .8em;
margin: 2.8em 1.8em .8em;
}
.balance-container {

@ -10,7 +10,7 @@ $wallet-view-bg: $wild-sand;
.main-container {
position: absolute;
z-index: $main-container-z-index;
font-family: "DIN OT";
font-family: "DIN OT Light";
display: flex;
flex-wrap: wrap;
align-items: stretch;

@ -31,7 +31,7 @@
.tx-list-header {
font-size: 16px;
margin: 1.8em 1.3em;
margin: 1.8em 1.8em;
}
}
@ -45,7 +45,7 @@
}
@media screen and (min-width: $break-large) {
margin: .1em 1.3em;
margin: .1em 1.8em;
}
}
@ -59,7 +59,7 @@
}
@media screen and (min-width: $break-large) {
margin: 0 1.3em;
margin: 0 1.8em;
}
}

@ -42,6 +42,13 @@
font-style: normal;
}
@font-face {
font-family: 'DIN OT Light';
src: url('/fonts/DIN_OT/DINOT-2.otf') format('opentype');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Lato';
src: url('/fonts/Lato/Lato-Regular.ttf') format('truetype');

Loading…
Cancel
Save