﻿/*
    Copyright (c) 2001 Envision Technology Partners, Inc. All rights reserved.
*/

/*
    This file is where we will have styles for the tabs control
*/


/* This will put the same border around the tab pane content to match the tab */
.tab-pane-bordered {
    border-left: 1px solid var(--bs-border-color);
    border-bottom: 1px solid var(--bs-border-color);
    border-right: 1px solid var(--bs-border-color);
    padding: 0.75rem;
}