ux(): merge fixes

This commit is contained in:
Torkel Ödegaard
2016-02-20 16:51:54 +01:00
parent 5d51b439d2
commit 640c9a49d8
3 changed files with 29 additions and 31 deletions

View File

@@ -20,13 +20,8 @@
.page-container {
background-color: $page-bg;
background-position: left;
background-size: 60%;
background-repeat: no-repeat;
position: relative;
padding: ($spacer * 2) ($spacer * 4);
max-width: 1060px;
margin-left: 0;
min-height: calc(100% - 54px);
padding-bottom: $spacer * 5;
background-image: linear-gradient(60deg, rgba(0, 0, 0, 0) 0%, lighten($page-bg, 4%) 98%);