aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
blob: a3439c3fe6a7a3ab513fb53bd8e345c8f41c8820 (plain)
1
2
# Git will always convert line endings to LF on checkout. You should use this for files that must keep LF endings, even on Windows.
text eol=lf
* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
.w-sdc-dark-header {
    .c_11;
    .bg_i;
    height: 94px;
    width: 100%;
    display: flex;
    align-items: center;

    .w-sdc-dark-header-logo {
        .hand;
        height: 92px;
        width: 240px;
        padding: 28px 28px 28px 60px;
        .flex-fixed(240px);

        .w-sdc-dark-header-logo-icon {
            display: inline-block;
            margin-right: 8px;
            vertical-align: -6px;
        }
        a.w-sdc-dark-header-logo-link {
            .c_5;
            text-decoration: none;
        }
        .w-sdc-dark-header-version{
            .c_16;
            .opacity(0.6);
        }
    }

    .i-sdc-dark-header-caption {
        min-width: 175px;
        text-align: left;
        cursor: default;
        text-overflow: ellipsis;
        overflow: hidden;
        flex-grow: 10;
        padding-left: 27px;
        white-space: nowrap;

        .i-sdc-dark-header-caption-text {

            text-overflow: ellipsis;
            overflow: hidden;
        }
    }

    .w-sdc-header-user-container {
        .c_7;
    }
}