HEX
Server: Apache
System: Linux pdx1-shared-a4-02 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: niched (5283231)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/niched/writesideup.net/wp-content/plugins/codevz-plus/admin/assets/scss/vendor/_taxonomy.scss
//
// Taxonomy UI
//
.csf-taxonomy{
  margin: 0;

  > .csf-field{
    border-top: 0;
  }

  > .csf-field-heading{
    font-size: 1.1em;
    padding: 20px !important;
    border: 1px solid #ddd;
  }

  > .csf-field-subheading{
    font-size: 12px;
    padding: 15px !important;
    border: 1px solid #ddd;
  }

  > .csf-field-notice{

    .csf-notice{
      padding: 15px;
      border-left-width: 1px;
      border-left-style: solid;
      border-right-width: 1px;
      border-right-style: solid;
    }
  }
}


.csf-taxonomy-add-fields{

  > .csf-field{
    padding: 8px 0;

    > .csf-title{
      float: none;
      width: 100%;
      padding: 2px 2px 4px 0;

      h4{
        font-size: 12px;
        font-weight: normal;
      }
    }

    > .csf-fieldset{
      margin-left: 0;

      > .csf-help{
        right: -5px;
      }
    }
  }

  + p.submit{
    margin-top: 0;
  }
}

.csf-taxonomy-edit-fields{

  > .csf-field{
    padding: 20px 0;

    > .csf-title{
      width: 225px;

      h4{
        font-size: 14px;
        font-weight: 600;
        line-height: 1.3;
        display: inline-block;
        vertical-align: middle;
      }
    }

    > .csf-fieldset{
      margin-left: 225px;

      > .csf-help{
        top: -5px;
        right: -5px;
      }
    }
  }

  > .csf-field-notice{
    margin: 20px 0;
  }

  > .csf-field-subheading,
  > .csf-field-heading{
    margin: 20px 0;
    border: 1px solid #ddd;
  }
}