2020-03-13 15:32:47 -04:00
|
|
|
@import "../_variables";
|
|
|
|
|
2020-02-03 21:52:21 +04:00
|
|
|
.HintViewer {
|
2020-04-10 18:09:29 -04:00
|
|
|
color: $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-03-13 15:32:47 -04:00
|
|
|
@media #{$media-query} {
|
2020-02-21 08:17:20 -05:00
|
|
|
position: static;
|
2020-03-01 14:39:03 -05:00
|
|
|
transform: none;
|
2020-02-21 08:17:20 -05:00
|
|
|
margin-top: 0.5rem;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2020-03-13 15:32:47 -04:00
|
|
|
|
|
|
|
> span {
|
2020-04-10 18:09:29 -04:00
|
|
|
background-color: transparentize($oc-white, 0.12);
|
2020-03-13 15:32:47 -04:00
|
|
|
padding: 0.2rem 0.4rem;
|
|
|
|
border-radius: 3px;
|
|
|
|
}
|
2020-02-21 08:17:20 -05:00
|
|
|
}
|