"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7309/css/modals/invite/_add-people.scss" (31 May 2023, 816 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. See also the last Fossies "Diffs" side-by-side code changes report for "_add-people.scss": jitsi-meet_8319_vs_jitsi-meet_8615.

    1 /**
    2  * Styles errors and links in the AddPeopleDialog.
    3  */
    4 .modal-dialog-form {
    5     .add-people-form-wrap {
    6         margin-top: 8px;
    7 
    8         .error {
    9             padding-left: 5px;
   10 
   11             a {
   12                 padding-left: 5px;
   13             }
   14         }
   15 
   16         .add-telephone-icon {
   17             display: flex;
   18             height: 28px;
   19             transform: scaleX(-1);
   20             width: 28px;
   21 
   22             i {
   23                 line-height: 28px;
   24                 margin: auto;
   25             }
   26         }
   27 
   28         .footer-text-wrap {
   29             display: flex;
   30         }
   31 
   32         .footer-telephone-icon {
   33             display: flex;
   34             transform: scaleX(-1);
   35             padding-left: 10px;
   36 
   37             i {
   38                 line-height: 20px;
   39                 margin: auto;
   40             }
   41         }
   42     }
   43 }