Skip to content
Snippets Groups Projects
header-panel.component.scss 656 B
Newer Older
  • Learn to ignore specific revisions
  • .panelHeader {
        display: flex;
    
        align-items: center;
    
        &-logo {
            flex: 1;
        }
    
        &-button {
            display: flex;
            align-items: center;
    
            .mat-icon-button {
                font-size: 25px;
                color: #666;
            }
        }
    
    
        &-backHome {
            i {
                height: auto;
                color:
                #666;
                background:
                #D8D8D8;
                padding: 10px;
                border-radius: 20px;
                font-size: 18px;
            }
    
            span {
                font-size: 13px;
                color: #666;
            }
        }
    
    }
    
    .maarchLogo {
        height: 80px;
        width: auto;
        padding: 20px;
    }