フロントエンドプレイアブル
This commit is contained in:
18
app/assets/tailwind/application.css
Normal file
18
app/assets/tailwind/application.css
Normal file
@@ -0,0 +1,18 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
:root {
|
||||
--background-image-diplomacy: url('background.png');
|
||||
}
|
||||
|
||||
body {
|
||||
background-image: var(--background-image-diplomacy);
|
||||
background-attachment: fixed;
|
||||
background-size: 600px;
|
||||
background-repeat: repeat;
|
||||
}
|
||||
|
||||
.game-map svg {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
max-height: 70vh;
|
||||
}
|
||||
Reference in New Issue
Block a user