"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7309/css/_modaldialog.scss" (31 May 2023, 459 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 .jqistates {
    2     font-size: 14px;
    3 }
    4 
    5 .jqistates h2 {
    6     padding-bottom: 10px;
    7     border-bottom: 1px solid #eee;
    8     font-size: 18px;
    9     line-height: 25px;
   10     text-align: center;
   11     color: #424242;
   12 }
   13 
   14 .jqistates input {
   15     margin: 10px 0;
   16 }
   17 
   18 .jqistates input[type='text'], input[type='password'] {
   19     width: 100%;
   20 }
   21 
   22 button.jqidefaultbutton #inviteLinkRef {
   23     color: #2c8ad2;
   24 }
   25 
   26 #inviteLinkRef {
   27     -webkit-user-select: text;
   28     user-select: text;
   29 }