"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7319/css/_login_menu.scss" (6 Jun 2023, 258 Bytes) of package /linux/misc/jitsi-meet-7319.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 /*Initialize*/
    2 div.loginmenu {
    3     position: absolute;
    4     margin: 0;
    5     padding: 5px;
    6     top: 40px;
    7     left: 20px;
    8 }
    9 
   10 a.disabled {
   11     color: gray !important;
   12     pointer-events: none;
   13 }
   14 
   15 .loginmenu.extendedToolbarPopup {
   16     top: 20px;
   17     left: 40px;
   18 }