github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/pkg/ui/src/views/shared/components/headerSection/headerSection.styl (about)

     1  // Copyright 2020 The Cockroach Authors.
     2  //
     3  // Use of this software is governed by the Business Source License
     4  // included in the file licenses/BSL.txt.
     5  //
     6  // As of the Change Date specified in that file, in accordance with
     7  // the Business Source License, use of this software will be governed
     8  // by the Apache License, Version 2.0, included in the file
     9  // licenses/APL.txt.
    10  
    11  @require '~src/components/core/index.styl'
    12  
    13  $icon-size = 9px
    14  
    15  .header-section
    16    margin-top $spacing-medium-small
    17    display flex
    18    flex-direction column
    19  
    20    &__back-link
    21      display flex
    22      flex-direction row
    23  
    24    &__back-icon
    25      height $icon-size
    26      width  $icon-size
    27      margin-right $spacing-x-small
    28  
    29    &__back-link
    30      @extends $text--body
    31      margin-bottom $spacing-small
    32      & *
    33        color $colors--primary-text