github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/pkg/ui/src/views/reports/containers/localities/localities.styl (about) 1 // Copyright 2018 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 "~styl/base/palette.styl" 12 @require "~src/components/core/index.styl" 13 14 .locality-table 15 width 100% 16 border 1px solid $table-border-color 17 border-collapse collapse 18 font-family $font-family--base 19 font-weight 300 20 font-size 14px 21 vertical-align top 22 white-space nowrap 23 color $body-color 24 25 thead 26 tr 27 background-color white 28 padding 20px 29 font-size 12px 30 font-weight bold 31 letter-spacing 2px 32 text-transform uppercase 33 text-align left 34 35 td, th 36 padding 18px 20px 37 color $tooltip-color 38 39 tr 40 letter-spacing 0.33px 41 background-color white 42 43 tbody 44 tr:nth-child(2n+1) 45 background-color $background-color 46 47 td, th 48 padding 10px 20px 49 border-right 1px solid $table-border-color 50 51 .parent-location 52 color #aaa