mirror of
https://github.com/exane/not-gwent-online
synced 2024-10-31 10:36:53 +00:00
modal
This commit is contained in:
parent
1e85167c6f
commit
30e284a973
@ -30,7 +30,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background: url(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: hidden;
|
||||||
@ -73,4 +73,5 @@ body {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
transform: translate(-50%, 0px);
|
transform: translate(-50%, 0px);
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
width: 500px;
|
||||||
}
|
}
|
@ -1,6 +1,6 @@
|
|||||||
<div class="bbm-modal__topbar">
|
<div class="bbm-modal__topbar">
|
||||||
<h3 class="bbm-modal__title">Choose up to 2 cards you wish to redraw!</h3>
|
<h3 class="bbm-modal__title">Choose up to 2 cards you wish to redraw!</h3>
|
||||||
<span class="btn-sub bbm-close">CLOSE</span>
|
<span class="btn-sub bbm-close">READY</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="bbm-modal__section preview-b">
|
<div class="bbm-modal__section preview-b">
|
||||||
{{#each handCards as |val key|}}
|
{{#each handCards as |val key|}}
|
||||||
|
Loading…
Reference in New Issue
Block a user