mirror of
https://github.com/exane/not-gwent-online
synced 2024-10-31 10:36:53 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
ec19b0448b
@ -38,7 +38,7 @@ body {
|
|||||||
background: url(http://80.240.132.120/test/inner-bg.jpg) #162232 center top no-repeat;
|
background: url(http://80.240.132.120/test/inner-bg.jpg) #162232 center top no-repeat;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: visible;
|
||||||
font-family: 'Titillium Web', sans-serif;
|
font-family: 'Titillium Web', sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background: url(http://80.240.132.120/test/landing-bg.jpg) #162232 center top no-repeat;
|
background: url(http://80.240.132.120/test/landing-bg.jpg) #162232 center top no-repeat;
|
||||||
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-form-landing {
|
.container-form-landing {
|
||||||
@ -12,6 +13,10 @@
|
|||||||
width: 250px !important;
|
width: 250px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.container {
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.icon-action-load {
|
.icon-action-load {
|
||||||
background: url(http://80.240.132.120/test/action-load.gif) no-repeat;
|
background: url(http://80.240.132.120/test/action-load.gif) no-repeat;
|
||||||
display: none;
|
display: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user