Level-number hinzugefügt
This commit is contained in:
@@ -179,9 +179,32 @@ $animationDuration: 0.25s;
|
||||
}
|
||||
}
|
||||
|
||||
#continue-button {
|
||||
//width: 80%;
|
||||
//margin-left: 10%;
|
||||
//margin-right: 10%;
|
||||
//margin-bottom: 20%
|
||||
}
|
||||
#level-number-container{
|
||||
transition: none;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
transform: translate(-50%);
|
||||
border: 3px solid white;
|
||||
border-radius: 50%;
|
||||
visibility: hidden;
|
||||
margin-top: -5px;
|
||||
display: table-cell;
|
||||
|
||||
height: 45px;
|
||||
width: 45px;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
|
||||
&.visible{
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
#level-number{
|
||||
transition: none;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%,-50%);
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user