Skip to content
Snippets Groups Projects
Select Git revision
  • 550519dbf20063230dcd5044d0903df69ddbc01a
  • master default
  • dja
  • dja_fix_animations
  • dja_various_fixes
  • dja_differentiate_same_user_connections
  • dja_fix_bugs
  • dja_guest
  • dja_guests
  • dja_sign_out_without_race_conditions
  • dja_subgroups
  • dua_subgroups
  • dja_groups_2
  • dja_groups
  • dja_heroku_11_7_2024
  • dja_share_files
  • dja_execute_files_aux_2
  • dja_execute_files_aux
  • dja_execute_files
  • dja_files_page
  • dja-create-main-button
  • v2.0
  • v1.0
23 results

ghci.service.ts

Blame
  • not-found.component.scss 947 B
    $topnav-background-color: #222;
    :host {
        display: block;
    }
    .welcome-page {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
        background: $topnav-background-color;
        text-align: center;
        color: #fff;
        padding: 10em;
        .col-lg-8{
            padding :0;
        }
        .rounded-btn{
            -webkit-border-radius: 50px;
                    border-radius: 50px;
            color: rgba(255,255,255,0.8);
            background: $topnav-background-color;
            border: 2px solid rgba(255,255,255,0.8);
            font-size: 18px;
            line-height: 40px;
            padding: 0 25px;
        }
        .rounded-btn:hover,.rounded-btn:focus,.rounded-btn:active,.rounded-btn:visited{
            color: rgba(255,255,255,1);
            border: 2px solid rgba(255,255,255,1);
            outline: none;
        }
    
        h1 {
            font-weight: 300;
            margin-top: 20px;
            margin-bottom: 10px;
            font-size: 36px;
        }
    }