25 lines
391 B
SCSS
25 lines
391 B
SCSS
%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;
|
|
}
|
|
%tab-section section h3 {
|
|
margin: 24px 0;
|
|
}
|
|
%tab-section section:not(:last-child) {
|
|
border-bottom: 1px solid $gray-200;
|
|
}
|