2020-04-13 16:08:39 +02:00
|
|
|
@import "../css/_variables";
|
2020-03-13 15:32:47 -04:00
|
|
|
|
2020-09-26 02:48:45 +05:30
|
|
|
.excalidraw {
|
|
|
|
.HintViewer {
|
|
|
|
pointer-events: none;
|
|
|
|
box-sizing: border-box;
|
|
|
|
position: absolute;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
left: 0;
|
|
|
|
top: 100%;
|
|
|
|
max-width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 6px;
|
|
|
|
text-align: center;
|
|
|
|
color: $oc-gray-6;
|
|
|
|
font-size: 0.8rem;
|
2020-08-31 14:13:34 +03:00
|
|
|
|
2020-09-26 02:48:45 +05:30
|
|
|
@media (min-width: 1200px) {
|
|
|
|
white-space: pre;
|
|
|
|
}
|
2020-08-25 18:09:39 +03:00
|
|
|
|
2020-09-26 02:48:45 +05:30
|
|
|
@media #{$media-query} {
|
|
|
|
position: static;
|
|
|
|
}
|
2020-08-31 14:13:34 +03:00
|
|
|
|
2020-09-26 02:48:45 +05:30
|
|
|
> span {
|
|
|
|
padding: 0.2rem 0.4rem;
|
|
|
|
background-color: var(--overlay-background-color);
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
2020-02-21 08:17:20 -05:00
|
|
|
}
|
|
|
|
}
|