github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/pkg/ui/src/views/cluster/containers/nodesOverview/tableSection.styl (about) 1 // Copyright 2019 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 .table-section 15 box-shadow 0 0 1px 0 rgba(67, 90, 111, 0.41) 16 border solid 0 $background-color 17 background white 18 &--last 19 margin-bottom 0 20 21 .table-section__heading 22 padding $spacing-medium-small 0 $spacing-smaller 23 &--justify-end 24 display flex 25 flex-direction row 26 justify-content space-between 27 align-items center 28 29 .table-section__content 30 border-top 1px solid $background-color 31 &--collapsed 32 display none 33 34 .collapse-toggle 35 cursor pointer 36 color $colors--link 37 &__icon 38 font-size $font-size--small 39 margin-left $spacing-smaller 40 41 .table-section__footer 42 margin $spacing-small $spacing-smaller