Fix margin, padding, height for header.

feature/default_network_editable
Dan 7 years ago committed by Chi Kei Chan
parent d5998d3b07
commit 799627189d
  1. 3
      ui/app/app.js
  2. 16
      ui/app/css/itcss/components/header.scss
  3. 6
      ui/app/css/itcss/components/newui-sections.scss

@ -198,7 +198,7 @@ App.prototype.renderAppBar = function () {
h('.app-header.flex-row.flex-space-between', {
style: {},
}, [
h('div.app-header-contents', {}, [
h('div.left-menu-wrapper', {
style: {},
}, [
@ -238,6 +238,7 @@ App.prototype.renderAppBar = function () {
}),
]),
])
]),
])

@ -3,8 +3,8 @@
visibility: visible;
background: $gallery;
padding: 6px 8px;
height: 12vh;
max-height: 60px;
height: 14.4vh;
max-height: 97px;
position: relative;
z-index: $header-z-index;
@ -17,6 +17,18 @@
}
}
.app-header-contents {
display: flex;
justify-content: inherit;
width: 100%;
@media screen and (min-width: 576px) {
width: 80vw;
margin-left: 10vw;
margin-bottom: 15px;
}
}
.app-header h1 {
font-family: 'Montserrat Regular';
text-transform: uppercase;

@ -106,7 +106,7 @@ $wallet-view-bg: $wild-sand;
@media screen and (min-width: 769px) {
.main-container {
margin-top: 35px;
margin-top: 6.9vh;
width: 80%;
height: 82vh;
box-shadow: 0 0 7px 0 rgba(0, 0, 0, .08);
@ -115,7 +115,7 @@ $wallet-view-bg: $wild-sand;
@media screen and (min-width: 1281px) {
.main-container {
margin-top: 35px;
margin-top: 6.9vh;
width: 65%;
height: 82vh;
box-shadow: 0 0 7px 0 rgba(0, 0, 0, .08);
@ -162,5 +162,5 @@ $wallet-view-bg: $wild-sand;
.account-options-menu {
align-items: center;
justify-content: flex-start;
margin: 5% 7%;
margin: 5% 7% 0%;
}

Loading…
Cancel
Save