"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7693/css/deep-linking/_no-mobile-app.scss" (8 Dec 2023, 487 Bytes) of package /linux/misc/jitsi-meet-7693.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 .no-mobile-app {
    2     margin: 30% auto 0;
    3     max-width: 25em;
    4     text-align: center;
    5     width: auto;
    6 
    7     &__title {
    8         border-bottom: 1px solid lighten(#FFFFFF, 10%);
    9         color: $unsupportedBrowserTitleColor;
   10         font-weight: 400;
   11         letter-spacing: 0.5px;
   12         padding-bottom: em(17, 24);
   13     }
   14 
   15     &__description {
   16         font-size: $unsupportedBrowserTextSmallFontSize;
   17         font-weight: 300;
   18         letter-spacing: 1px;
   19         margin-top: 1em;
   20     }
   21 }