1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-08-30 05:57:30 +00:00

fix styling and add more logic

This commit is contained in:
devfake
2015-06-21 14:00:17 +02:00
parent 9d7f473e76
commit 33ae055598
12 changed files with 53 additions and 12 deletions

View File

@@ -13,11 +13,6 @@ body {
font-family: 'Titillium Web', sans-serif;
}
body.inner {
background: url(../img/inner-bg.jpg) center top no-repeat;
background-size: cover;
}
::-moz-selection {
background: rgba($main, .99);
color: #fff;

View File

@@ -0,0 +1,9 @@
body.inner {
background: url(../img/inner-bg.jpg) #162232 center top no-repeat;
background-size: cover;
}
.container-inner {
width: 100%;
padding: 40px;
}

View File

@@ -1,5 +1,5 @@
body.landing {
background: url(../img/landing-bg.jpg) center top no-repeat;
background: url(../img/landing-bg.jpg) #162232 center top no-repeat;
background-size: cover;
}

View File

@@ -8,4 +8,5 @@
'modal',
'form',
'landing';
'landing',
'inner';