"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7693/css/_policy.scss" (8 Dec 2023, 255 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 .policy {
    2     &__logo {
    3         display: block;
    4         width: 200px;
    5         height: 50px;
    6         margin: 30px auto 0;
    7     }
    8 
    9     &__text {
   10         text-align: center;
   11         font-size: 14px;
   12         line-height: 21px;
   13         font-weight: 300;
   14     }
   15 }