new: usr: registered users have avatars next to the timer #4
This commit is contained in:
@@ -49,6 +49,36 @@
|
||||
box-shadow: 0 0 16px rgba(35, 111, 135, 0.75), 0 0 5px rgba(149, 207, 245, 0.5);
|
||||
}
|
||||
|
||||
#mine-wrapper .game-timer .timer-avatar {
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
border-radius: 50%;
|
||||
overflow: hidden;
|
||||
flex-shrink: 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
font-family: 'Rajdhani', sans-serif;
|
||||
background: rgba(255, 255, 255, 0.1);
|
||||
border: 1px solid rgba(255, 255, 255, 0.15);
|
||||
}
|
||||
|
||||
#mine-wrapper .game-timer .timer-avatar__img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
||||
#mine-wrapper .game-timer.red-timer .timer-avatar__initials {
|
||||
color: rgba(246, 125, 82, 0.85);
|
||||
}
|
||||
|
||||
#mine-wrapper .game-timer.blue-timer .timer-avatar__initials {
|
||||
color: rgba(149, 207, 245, 0.85);
|
||||
}
|
||||
|
||||
#mine-wrapper .game-timer .timer-icon {
|
||||
font-size: 15px;
|
||||
opacity: 0.7;
|
||||
|
||||
Reference in New Issue
Block a user