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:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user