gsy-component-library
Version:
reusable components from grid singularity
26 lines (25 loc) • 760 B
CSS
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700");
.tooltip {
border-radius: 2px;
padding: 10px;
position: relative;
z-index: 99; }
.theme-d3a .tooltip {
background: #3a657f; }
.theme-verbund .tooltip {
background: #3a657f; }
.tooltip--top::after {
content: '';
display: block;
position: absolute;
left: calc(50% - 10px);
bottom: -16px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent; }
.theme-d3a .tooltip--top::after {
border-top: 16px solid #3a657f; }
.theme-verbund .tooltip--top::after {
border-top: 16px solid #3a657f; }