github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/pkg/ui/src/views/cluster/containers/nodesOverview/nodes.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 '~src/components/core/index.styl' 12 13 .embedded-table 14 padding 0 $spacing-medium-small $spacing-medium-small 15 16 .embedded-table--dense 17 padding 0 $spacing-medium-small $spacing-base 18 .nodes-overview 19 background $colors--neutral-1 20 &__panel 21 background $colors--neutral-0 22 margin-bottom $spacing-small 23 border 1px solid rgb(237, 237, 237) 24 box-shadow 0 0 1px 0 rgba(67, 90, 111, 0.41) 25 border-radius 3px 26 27 .status-column 28 &--color-warning 29 &--color-suspect 30 color $colors--functional-orange-3 31 &--color-dead 32 color $colors--functional-red-3 33 34 .nodes-list-container 35 background $background-color 36 display flex 37 flex-direction column 38 39 .nodes-list-container > * 40 margin-bottom $spacing-smaller 41 42 .nodes-list-container > *:last-child 43 margin-bottom 0 44 45 .nodes-overview__panel .crl-table-wrapper .ant-table-row:hover .nodes-table__link 46 color $colors--primary-blue-3 47 text-decoration underline 48 49 .nodes-table__link 50 color $colors--neutral-7