Skip to content
Snippets Groups Projects
kg-style.css 653 B
Newer Older
  • Learn to ignore specific revisions
  • #3d-graph {
        display: flex;
    }
    
    .kg-overlay {
        position: absolute;
    
    Matthias Konitzny's avatar
    Matthias Konitzny committed
        bottom: 0;
    
        pointer-events: none;
    
    Matthias Konitzny's avatar
    Matthias Konitzny committed
        width: 350px;
        padding-left: 10px;
    
        text-align: center;
    
    Matthias Konitzny's avatar
    Matthias Konitzny committed
        left: 0px;
        display: block;
    
        background-color: rgba(0,0,0,.6);
        padding: 5px;
    }
    
    
    Matthias Konitzny's avatar
    Matthias Konitzny committed
    .relation {
        display: inline-block;
        padding-right: 1px;
        color: #fff;
        font-size: 13px;
        line-height: 20px;
        font-family: CuratorRegular,Helvetica Neue,Helvetica,Arial,sans-serif;
        text-transform: uppercase;
        margin-bottom: 6px;
        width: 24%;
        float: none;
        height: 17px;
    }
    
    .rel-container {
        display: block;
        height: 2px;
        width: 78px;