github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/pkg/ui/src/views/shared/components/panelSection/panels.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 13 .panel-section 14 margin 18px 0 15 width 100% 16 border-collapse collapse 17 18 a 19 color $link-color 20 text-decoration none 21 22 p 23 color $body-color 24 25 th + th, td + td 26 border-left 2px solid $background-color 27 28 tr + tr 29 border-top 2px solid $background-color 30 31 .panel-title, .panel 32 background-color white 33 34 .panel-title 35 text-align left 36 padding 14px 0 14px 32px 37 font-size 20px 38 39 .panel 40 padding 16px 60px 18px 32px