Skip to content
Snippets Groups Projects
scp.css 44.4 KiB
Newer Older
  • Learn to ignore specific revisions
  • .draft-saved {
        background-color: black;
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 4px 8px 6px;
        border-radius: 3px;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        line-height: 14px;
    
        position: absolute;
        top: 3em;
        right: 0.5em;
    
    
    .delete-draft:hover {
        background-color: #fc9f41 !important;
    }
    
    .pull-right {
        float: right;
    }
    .flush-right {
        text-align: right;
    }
    
    .flush-left {
        text-align: left;
    }
    
    .ltr {
        direction: ltr;
        unicode-bidi: embed;
    }
    
    .required {
        font-weight: bold;
    }