Skip to content
Snippets Groups Projects
basket-list.component.scss 1.23 KiB
Newer Older
  • Learn to ignore specific revisions
  • @import '../../css/vars.scss';
    
    
    Alex ORLUC's avatar
    Alex ORLUC committed
    .align_leftData {
    
        text-align: left;
    
    .align_centerData {
    
        text-align: center;
    
    Alex ORLUC's avatar
    Alex ORLUC committed
    }
    
    .align_rightData {
    
        text-align: right;
    
    Alex ORLUC's avatar
    Alex ORLUC committed
    }
    
    .boldFontData {
    
        font-weight: bold;
    
    Alex ORLUC's avatar
    Alex ORLUC committed
    }
    
    .bigFontData {
    
        font-size: 14px;
    
    Alex ORLUC's avatar
    Alex ORLUC committed
    }
    
    .smallFontData {
    
        font-size: 10px;
    
    Alex ORLUC's avatar
    Alex ORLUC committed
    }
    
    .normalData {
    
    Alex ORLUC's avatar
    Alex ORLUC committed
    }
    
    .chronoData {
    
    Alex ORLUC's avatar
    Alex ORLUC committed
    }
    
    Alex ORLUC's avatar
    Alex ORLUC committed
    .longData {
    
        position: absolute;
        left: 50%;
        transform: translateX(-50%) rotate(-20deg);
        color: red;
        font-weight: bold;
        opacity: 0.6;
    
        text-align: center;
        border-radius: 5px;
        background: white;
        padding: 10px;
        box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
        color: $primary;
    
    Alex ORLUC's avatar
    Alex ORLUC committed
    .folder-info {
    
        padding-left: 20px;
        padding-right: 20px;
    
    Alex ORLUC's avatar
    Alex ORLUC committed
    }
    
    
        cursor: pointer;
        background: $secondary;
        margin: 5px;
        font-size: 12px;
        border-radius: 3px;
        opacity: 0.8;
    
        max-width: 250px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    
    }
    
    .hasEvent {
        cursor: pointer;
    
        &:hover {
            color: $primary;
        }