"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7309/css/modals/screen-share/_share-screen-warning.scss" (31 May 2023, 370 Bytes) of package /linux/misc/jitsi-meet-7309.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 .share-screen-warn-dialog {
    2     font-size: 14px;
    3 
    4     .separator-line {
    5         margin: 24px 0 24px -20px;
    6         padding: 0 20px;
    7         width: 100%;
    8         height: 1px;
    9         background: #5E6D7A;
   10 
   11         &:last-child {
   12             display: none;
   13         }
   14     }
   15 
   16     .header {
   17         font-weight: 600;
   18     }
   19 
   20     .description {
   21         margin-top: 16px;
   22     }
   23 }