mirror of
https://github.com/ParkerTenBroeck/automata.git
synced 2026-06-06 21:24:06 -04:00
32 lines
No EOL
472 B
SCSS
32 lines
No EOL
472 B
SCSS
.tipTitle.error {
|
|
color: #d73a49;
|
|
}
|
|
|
|
.tipTitle.warning {
|
|
color: #ffd33d;
|
|
}
|
|
|
|
.tipTitle.info {
|
|
color: #79c0ff;
|
|
}
|
|
|
|
|
|
.cm-tooltip.cm-tooltip-hover {
|
|
border: 1px solid #ddd;
|
|
background: black;
|
|
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
|
|
border-radius: 10px;
|
|
padding: 8px 10px;
|
|
max-width: 420px;
|
|
font-size: 13px;
|
|
line-height: 1.35;
|
|
}
|
|
|
|
.tipTitle {
|
|
font-weight: 700;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.tipBody {
|
|
white-space: pre-wrap;
|
|
} |