2019-06-14 17:27:37 +00:00
|
|
|
%tab-nav {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
%tab-nav ul {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
%tab-button {
|
|
|
|
padding-left: 16px;
|
|
|
|
padding-right: 16px;
|
|
|
|
}
|
|
|
|
%tab-button {
|
|
|
|
display: inline-block;
|
|
|
|
padding-top: 13px;
|
|
|
|
padding-bottom: 13px;
|
|
|
|
}
|
2020-04-22 14:40:59 +00:00
|
|
|
%tab-section section h3 {
|
|
|
|
margin: 24px 0;
|
|
|
|
}
|
|
|
|
%tab-section section:not(:last-child) {
|
|
|
|
border-bottom: 1px solid $gray-200;
|
|
|
|
}
|