github.com/cockroachdb/cockroach@v20.2.0-alpha.1+incompatible/pkg/ui/src/components/modal/modal.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-modal
    14    .ant-modal-footer
    15      border-top none
    16      padding 0
    17  
    18    .ant-modal-header
    19      border-bottom none
    20      padding-top unset
    21      padding-bottom unset
    22  
    23    .ant-modal-content
    24      padding $spacing-medium
    25      box-shadow 0px 0px 1px rgba(71, 88, 114, 0.47)
    26      border-radius 5px
    27      min-width 560px
    28  
    29    &__close-icon
    30      color $colors--neutral-7
    31      margin $spacing-medium $spacing-medium $spacing-medium-small $spacing-medium-small
    32      font-size $font-size--large
    33      line-height $spacing-smaller
    34      font-weight $font-weight--extra-bold