github.com/kubri/kubri@v0.5.1-0.20240317001612-bda2aaef967e/website/src/plugins/changelog/theme/ChangelogItem/Header/Authors/styles.module.css (about)

     1  /**
     2   * Copyright (c) Facebook, Inc. and its affiliates.
     3   *
     4   * This source code is licensed under the MIT license found in the
     5   * LICENSE file in the root directory of this source tree.
     6   */
     7  
     8  .authorCol {
     9    max-width: inherit !important;
    10    flex-grow: 1 !important;
    11  }
    12  
    13  .imageOnlyAuthorRow {
    14    display: flex;
    15    flex-flow: row wrap;
    16  }
    17  
    18  .imageOnlyAuthorCol {
    19    margin-left: 0.3rem;
    20    margin-right: 0.3rem;
    21  }
    22  
    23  .imageOnlyAuthorCol [class^='image'] {
    24    background-color: var(--ifm-color-emphasis-100);
    25  }
    26  
    27  .toggleButton {
    28    margin-left: 0.3rem;
    29    margin-right: 0.3rem;
    30    border-radius: 50%;
    31    width: var(--ifm-avatar-photo-size);
    32    height: var(--ifm-avatar-photo-size);
    33    background-color: var(--ifm-color-emphasis-100);
    34  }
    35  
    36  .toggleButtonIconExpanded {
    37    transform: rotate(180deg);
    38  }