[+] Add Driving License to Interaction Menu and as 'Object' to show other Players via the Interaction menu
This commit is contained in:
35
ReallifeGamemode.Client/assets/css/licenses/schein.css
Normal file
35
ReallifeGamemode.Client/assets/css/licenses/schein.css
Normal file
@@ -0,0 +1,35 @@
|
||||
html, body {
|
||||
overflow: hidden;
|
||||
}
|
||||
#schein {
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
bottom: 0px;
|
||||
animation: 1s ease-out 0s 1 slideInFromLeft;
|
||||
}
|
||||
|
||||
#erworbene {
|
||||
overflow: hidden;
|
||||
Position: absolute;
|
||||
right: 15%;
|
||||
top: 46%;
|
||||
}
|
||||
|
||||
#name {
|
||||
overflow: hidden;
|
||||
Position: absolute;
|
||||
left: 40%;
|
||||
top: 24.4%;
|
||||
}
|
||||
|
||||
|
||||
@keyframes slideInFromLeft {
|
||||
0% {
|
||||
transform: translateY(100%);
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: translateX(0);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user