"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7313/css/themes/_light.scss" (2 Jun 2023, 1397 Bytes) of package /linux/misc/jitsi-meet-7313.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 /**
    2  * Base
    3  */
    4 $baseLight: #FFFFFF;
    5 
    6 /**
    7 * Controls
    8 */
    9 $sliderTrackBackground: #474747;
   10 $sliderThumbBackground: #3572b0;
   11 
   12 /**
   13 * Buttons
   14 */
   15 $buttonBackground: #44A5FF;
   16 $buttonHoverBackground: #2c4062;
   17 $buttonBorder: transparent;
   18 $buttonHoverBorder: transparent;
   19 $buttonColor: #eceef1;
   20 
   21 $buttonLightBackground: #f5f5f5;
   22 $buttonLightHoverBackground: #e9e9e9;
   23 $buttonLightBorder: #ccc;
   24 $buttonLightHoverBorder: #999;
   25 
   26 $buttonLinkBackground: transparent;
   27 $buttonLinkColor: #0090e8;
   28 
   29 $primaryButtonBackground: #3572b0;
   30 $primaryButtonHoverBackground: #2a67a5;
   31 $primaryButtonColor: $baseLight;
   32 $primaryButtonFontWeight: 400;
   33 
   34 $buttonShadowColor: #192d4f;
   35 
   36 $overlayButtonBg: #0074E0;
   37 
   38 /**
   39 * Color variables
   40 **/
   41 $defaultBackground: #474747;
   42 $reloadProgressBarBg: #0074E0;
   43 
   44 /**
   45  * Dialog colors
   46  **/
   47 $dialogErrorText: #344563;
   48 
   49 /**
   50 * Inlay colors
   51 **/
   52 $inlayColorBg: lighten($defaultBackground, 20%);
   53 $inlayBorderColor: lighten($baseLight, 10%);
   54 
   55 // Main controls
   56 $placeHolderColor: #a7a7a7;
   57 $readOnlyInputColor: #a7a7a7;
   58 $defaultDarkSelectionColor: #ccc;
   59 $buttonFontWeight: 400;
   60 $labelFontWeight: 400;
   61 $linkFontColor: #3572b0;
   62 $linkHoverFontColor: darken(#3572b0, 10%);
   63 $errorColor: #c61600;
   64 
   65 
   66 // Popover colors
   67 $popoverFontColor: #ffffff !important;
   68 
   69 // Toolbar
   70 $toolbarBackground: rgba(0, 0, 0, 0.5);
   71 $toolbarBadgeBackground: #165ECC;
   72 $toolbarBadgeColor: #FFFFFF;
   73 
   74 /**
   75  * Forms
   76  */
   77 $selectBg: $baseLight;