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