1
0
mirror of https://github.com/exane/not-gwent-online synced 2024-11-23 19:36:53 +00:00

Merge remote-tracking branch 'origin/master'

This commit is contained in:
exane 2015-07-04 20:11:22 +02:00
commit 19a1c855c0
2 changed files with 19 additions and 3 deletions

View File

@ -48,7 +48,8 @@ body {
} }
.bbm-wrapper { .bbm-wrapper {
//background: rgba(6, 13, 22, 0.9); background: rgba(6, 13, 22, .5);
//background: rgba(14, 27, 43, 0.5);
padding: 7% 0 0 0; padding: 7% 0 0 0;
} }
@ -59,6 +60,7 @@ body {
border-radius: 0; border-radius: 0;
margin: auto; margin: auto;
background: rgba(6, 13, 22, 0.9); background: rgba(6, 13, 22, 0.9);
padding: 20px 0 0 0;
} }
.btn-sub { .btn-sub {
@ -76,7 +78,7 @@ body {
} }
.bbm-modal__section { .bbm-modal__section {
position: absolute; position: relative;
transform: translate(-50%, 0px); transform: translate(-50%, 0px);
left: 50%; left: 50%;
width: 500px; width: 500px;
@ -89,3 +91,13 @@ body {
.card { .card {
cursor: pointer; cursor: pointer;
} }
.rights {
position: fixed;
bottom: 20px;
font-size: 14px;
width: 100%;
text-align: right;
color: #8798ac;
right: 20px;
}

View File

@ -90,3 +90,7 @@
</div> </div>
</div> </div>
</section> </section>
<footer class="rights">
<p>This is a fan game and all rights are reserved by CD Projekt</p>
</footer>