github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/pkg/ui/ccl/src/views/clusterviz/containers/map/breadcrumbs.styl (about)

     1  // Copyright 2019 The Cockroach Authors.
     2  //
     3  // Licensed as a CockroachDB Enterprise file under the Cockroach Community
     4  // License (the "License"); you may not use this file except in compliance with
     5  // the License. You may obtain a copy of the License at
     6  //
     7  //     https://github.com/cockroachdb/cockroach/blob/master/licenses/CCL.txt
     8  
     9  @require "~src/components/core/index.styl"
    10  
    11  .breadcrumbs
    12    font-weight $font-weight--bold
    13    &__icon
    14      padding-right $spacing-xx-small
    15      position relative
    16      top 2px
    17    &__link
    18      @extends $text--body
    19      color $colors--link
    20    &__separator
    21      color $colors--link