itarverne/checklist-seo

View on GitHub
seo/static/css/seo.css

Summary

Maintainability
Test Coverage
.tab-content{
    display: flex;
    position: relative;
}

div.seo_side_pannel{
    height: 100%;
    padding: 30px;
    justify-self: end;
    max-width: 250px;
    position: fixed;
    left: 80%;
}

.seo-title{
    display: flex;
    margin-bottom: 20px;
}

/* seo logo */

.seo-logo{
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

/* seo toolbar indicators */

.seo-toolbar{
    margin-left: 10px;
}

/* seo indicator colors */

#tab-content{
    width: 75%;
}

/* seo indicator colors */

.gray{
    color: gray;
}

i,.seo-indicator{
    margin-right: 15px;
}

.icon {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
}

.red{
    background-color: red;
}

.orange{
    background-color: orange;
}

.green{
    background-color: green
}