mirror of
https://github.com/exane/not-gwent-online
synced 2025-08-30 05:57:30 +00:00
stuff
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
}
|
||||
|
3
client/templates/PlayCard.handlebars
Normal file
3
client/templates/PlayCard.handlebars
Normal file
@@ -0,0 +1,3 @@
|
||||
<div class="playcard-banner">
|
||||
{{>card card}}
|
||||
</div>
|
Reference in New Issue
Block a user