"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7561/css/404.scss" (29 Sep 2023, 219 Bytes) of package /linux/misc/jitsi-meet-7561.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Sass/SCSS source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 .error_page {
    2     width: 60%;
    3     margin: 20% auto;
    4     text-align: center;
    5 
    6     h2 {
    7         font-size: 48px;
    8         color : #f2f2f2;
    9     }
   10 
   11     &__message {
   12         font-size: 24px;
   13         margin-top: 20px;
   14     }
   15 }