//
// tabs
//
// -------------------------------------------------------------
@import '../variables/colors.less';
@import '../variables/typography.less';

// Positions buttons that appear upper right (above tab line)
.o-tab-top-button-wrapper {
	float: right;
	margin-top: -42px;
}

.o-tab-content-list {
	margin-bottom: 60px;
	padding-top: 20px;
}

.o-tab-content-list__header {
	margin-bottom: 10px;
}

.o-tab-content-list__header__title {
	float: left;
	font-size: 22px;
	font-weight: @font-weight-light;
	margin-top: 30px;
}
