Skip to content
Snippets Groups Projects
note-resume.component.scss 717 B
Newer Older
  • Learn to ignore specific revisions
  • @import "../../../css/vars.scss";
    
    .noteList {
    
        font-size: 13px;
        width: 100%;
        display: grid;
        grid-template-columns: 15% 70% 15%;
        align-items: center;
    
    
        &:nth-child(2n) {
            background: rgba($primary, .1);
        }
    
        padding: 5px;
        color: $primary;
    
        padding: 5px;
    
    
    
    .noData {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        opacity: 0.3;
    
    }
    
    .loading {
        display: flex;
        justify-content: center;
        height: 100%;
    
    }
    
    .showMore {
        float: right;
        font-size: 10px;
        position: absolute;
        right: 10px;
        margin-top: -2px;
        padding: 0;
        line-height: 20px;
        width: 35px;
        color: $secondary;
        font-weight: bold;