1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-08-30 05:57:30 +00:00
This commit is contained in:
exane
2015-06-26 14:40:19 +02:00
parent d8d0962a5f
commit 230b21143d
4 changed files with 26 additions and 2 deletions

View File

@@ -221,3 +221,20 @@ i {
}
}
.playcard-banner {
position: fixed;
border: 1px solid red;
background: orangered;
width: 100%;
height: 250px;
left: 0;
text-align: center;
top: 200px;
z-index: 200;
.card {
position: relative;
left: 50%;
top: 30%;
}
}

View File

@@ -0,0 +1,3 @@
<div class="playcard-banner">
{{>card card}}
</div>