mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-23 15:27:18 +00:00
30 lines
No EOL
486 B
CSS
30 lines
No EOL
486 B
CSS
.tooltip {
|
|
position: absolute;
|
|
text-align: center;
|
|
padding: 8px;
|
|
background: lightgrey;
|
|
border: 0px;
|
|
border-radius: 4px;
|
|
pointer-events: none;
|
|
color: black;
|
|
}
|
|
|
|
.svg-container {
|
|
display: inline-block;
|
|
position: relative;
|
|
width: 100%;
|
|
padding-bottom: 100%;
|
|
vertical-align: top;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.svg-content {
|
|
display: inline-block;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
|
|
.md-typeset__table {
|
|
width: 100%;
|
|
} |