github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/pkg/ui/src/views/statements/diagnostics/diagnosticsView.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 .crl-statements-diagnostics-view 14 display flex 15 flex-direction column 16 17 &__title 18 display flex 19 flex-direction row 20 justify-content space-between 21 margin-bottom $spacing-mid-large 22 23 &__footer 24 margin $spacing-medium 0 0 $spacing-smaller 25 26 &__content 27 max-width 650px 28 29 &__main 30 margin-bottom $spacing-small 31 color $colors--secondary-text 32 33 &__actions-column 34 display flex 35 flex-direction row 36 flex-wrap nowrap 37 justify-content flex-end 38 39 &__vertical-line 40 width 1px 41 min-height 100% 42 border-left 1px solid $colors--neutral-3 43 margin 0 $spacing-x-small 44 45 &__icon 46 display inline-block 47 color inherit 48 font-style normal 49 line-height 0 50 text-align center 51 text-transform none 52 vertical-align -0.125em 53 margin-right $spacing-x-small 54 55 &__statements-link 56 color $colors--primary-text 57 &:hover 58 color $colors--link 59 60 .summary--card__empty-sate 61 background-color $colors--white 62 background-image url("../../../../assets/statementsPage/emptyTracingBackground.svg") 63 background-repeat no-repeat 64 background-position-x right 65 padding $spacing-large $spacing-x-large $spacing-x-large $spacing-x-large