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:
@@ -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;
|
||||
|
9
site/client/assets/sass/_inner.scss
Normal file
9
site/client/assets/sass/_inner.scss
Normal 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;
|
||||
}
|
@@ -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;
|
||||
}
|
||||
|
||||
|
@@ -8,4 +8,5 @@
|
||||
|
||||
'modal',
|
||||
'form',
|
||||
'landing';
|
||||
'landing',
|
||||
'inner';
|
Reference in New Issue
Block a user