2020-02-03 21:52:21 +04:00
|
|
|
.HintViewer {
|
2020-02-21 17:04:54 +01:00
|
|
|
background-color: rgba(255, 255, 255, 0.88);
|
|
|
|
color: #868e96; /* OC: GRAY 6*/
|
2020-02-03 21:52:21 +04:00
|
|
|
font-size: 0.8rem;
|
2020-02-21 17:04:54 +01:00
|
|
|
left: 50%;
|
|
|
|
pointer-events: none;
|
|
|
|
position: absolute;
|
|
|
|
top: 54px;
|
|
|
|
transform: translateX(calc(-50% - 16px)); /* 16px is half of lock icon */
|
2020-02-03 21:52:21 +04:00
|
|
|
}
|
2020-02-21 08:17:20 -05:00
|
|
|
|
|
|
|
@media (max-width: 600px), (max-height: 500px) and (max-width: 1000px) {
|
|
|
|
.HintViewer {
|
|
|
|
position: static;
|
|
|
|
margin-top: 0.5rem;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|