1
0
mirror of https://github.com/exane/not-gwent-online synced 2025-09-22 14:49:06 +00:00

setup some kind of card-tooltip

This commit is contained in:
exane
2015-06-25 21:34:51 +02:00
parent f438df8012
commit 85b7208e5a
4 changed files with 103 additions and 26 deletions

View File

@@ -16,6 +16,16 @@ $game-height: 800px;
border: 1px solid black;
}
.large-field-counter {
line-height: 20px;
border: 1px solid black;
border-radius: 30px;
height: 40px;
padding: 10px;
margin-top: 33px;
text-align: center;
}
.field {
//width: 100%;
height: 100px;
@@ -147,9 +157,23 @@ $game-height: 800px;
}
.card-preview {
position: absolute;/*
display: none;*/
z-index: 110;
div {
position: fixed;
//left:0;
z-index: 110;
height: 100px !important;
.preview-description {
width: 238px;
min-height: 200px;
background: rgba(16, 16, 16, 0.57);
color: #ffffff;
p {
padding: 10px;
}
}
}
}
i {