"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7561/css/third-party-branding/microsoft.scss" (29 Sep 2023, 692 Bytes) of package /linux/misc/jitsi-meet-7561.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  * The Microsoft sign in button must follow Microsoft's brand guidelines.
    3  * See: https://docs.microsoft.com/en-us/azure/active-directory/
    4  *     develop/active-directory-branding-guidelines
    5  */
    6 .microsoft-sign-in {
    7     align-items: center;
    8     background: #FFFFFF;
    9     border: 1px solid #8C8C8C;
   10     box-sizing: border-box;
   11     cursor: pointer;
   12     display: inline-flex;
   13     font-family: Segoe UI, Roboto, arial, sans-serif;
   14     height: 41px;
   15     padding: 12px;
   16 
   17     .microsoft-cta {
   18         display: inline-block;
   19         color: #5E5E5E;
   20         font-size: 15px;
   21         line-height: 41px;
   22     }
   23 
   24     .microsoft-logo {
   25         display: inline-block;
   26         margin-right: 12px;
   27     }
   28 }