1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-09-19 06:39:10 +00:00

lot of stuff

This commit is contained in:
exane
2015-06-21 16:50:50 +02:00
parent 66cc04d36c
commit 753f4e7a9c
19 changed files with 1155 additions and 102 deletions

View File

@@ -17,7 +17,7 @@ $game-height: 800px;
}
.field {
width: 100%;
//width: 100%;
height: 100px;
border: 1px solid black;/*
overflow: hidden;
@@ -35,6 +35,14 @@ $game-height: 800px;
}
}
.field-horn {/*
border: 1px solid green;*/
/*clear: both;*/
margin: 0px;
padding: 0px;
}
.field:hover, .field-single:hover {
box-shadow: 0px 0px 10px #000;
}
@@ -104,11 +112,11 @@ $game-height: 800px;
span {
color: #00b000;
font-weight: bold;
font-size: 24px;
font-size: 20px;
position: absolute;
text-shadow: 1px 1px #101010;
margin-top: 55px;
margin-left: 30px;
margin-top: 62px;
margin-left: 0px;
cursor: default;
}