mirror of
https://github.com/thepaperpilot/Super-Auto-Coots.git
synced 2024-11-21 16:13:56 +00:00
Shop bg
This commit is contained in:
parent
5cd5cc13d6
commit
04a1e75b90
3 changed files with 18 additions and 1 deletions
BIN
public/shop window.png
Normal file
BIN
public/shop window.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.3 KiB |
|
@ -83,11 +83,28 @@
|
|||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
.shop {
|
||||
margin-top: 10vh !important;
|
||||
}
|
||||
|
||||
.shop .row {
|
||||
border-image: url("./shop window.png");
|
||||
border-image-slice: 106 53 53 424 fill;
|
||||
border-style: solid;
|
||||
border-width: 5vmin 2.5vmin 2.5vmin 20vmin;
|
||||
width: 72.5vmin;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.reroll {
|
||||
margin-left: -19vmin !important;
|
||||
margin-top: -1vmin !important;
|
||||
height: 18vmin;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
transition-duration: 0s;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
.reroll img {
|
||||
|
|
|
@ -672,7 +672,7 @@ export const main = createLayer("main", function (this: BaseLayer) {
|
|||
/>
|
||||
))}
|
||||
</Row>
|
||||
<Row style="margin-top: 10vh">
|
||||
<Row class="shop">
|
||||
<div
|
||||
class="reroll"
|
||||
style={
|
||||
|
|
Loading…
Reference in a new issue