"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7688/css/_redirect_page.scss" (1 Dec 2023, 849 Bytes) of package /linux/misc/jitsi-meet-7688.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 .redirectPageMessage {
    2     width: 30%;
    3     margin: 20% auto;
    4     text-align: center;
    5     font-size: 24px;
    6 
    7     .thanks-msg {
    8         border-bottom: 1px solid #FFFFFF;
    9         padding-left: 30px;
   10         padding-right: 30px;
   11         p {
   12             margin: 30px auto;
   13             font-size: 24px;
   14             line-height: 24px;
   15         }
   16     }
   17     .hint-msg {
   18         p {
   19             margin: 26px auto;
   20             font-weight: 600;
   21             font-size: 16px;
   22             line-height: 18px;
   23             .hint-msg__holder{
   24                 font-weight: 200;
   25             }
   26         }
   27         .happy-software{
   28             width: 120px;
   29             height: 86px;
   30             margin: 0 auto;
   31             background: transparent;
   32         }
   33     }
   34     .forbidden-msg {
   35         p {
   36             font-size: 16px;
   37             margin-top: 15px;
   38         }
   39     }
   40 }