/*
 * Responsive vertical tabs for Bootstrap 4
 *
 * Copyright (c) 2020 Tromgy (tromgy@yahoo.com)
 *
 * This stylesheet is what is fed into the node-scss compiler
 *
 * This software is supplied under the terms of the MIT License, a
 * copy of which should be located in the distribution where this
 * file was obtained (LICENSE.txt). A copy of the license may also be
 * found online at https://opensource.org/licenses/MIT.
 *
 */

@import "scss/custom-variables";
@import "scss/responsive-vertical-tabs";

.tab-content {
  padding: 1rem;
}
