Skip to content

Commit

Permalink
Merge pull request #48344 from michellengnx/merged-main-dev-1.32
Browse files Browse the repository at this point in the history
Merge main branch into dev 1.32
  • Loading branch information
k8s-ci-robot authored Oct 15, 2024
2 parents fd55058 + 6d8076a commit 35e7e1d
Show file tree
Hide file tree
Showing 68 changed files with 3,163 additions and 1,209 deletions.
33 changes: 2 additions & 31 deletions assets/scss/_base.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@import "reset";


// header
$full-width-paddingX: 20px;

Expand Down Expand Up @@ -35,6 +36,7 @@ $vendor-strip-font-size: 16px;
$video-section-height: 200px;

@import "size";
@import "documentation";

////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -898,34 +900,3 @@ footer.row {
margin-right: initial;
}

/* DOCUMENTATION */

// nav-tabs and tab-content
.nav-tabs {
border-bottom: none !important;

.nav-item {
margin-bottom: 0;
}
}

.td-content .tab-content .highlight {
margin: 0;
}

//Table Content
.tab-content table{
border-collapse: separate;
border-spacing: 6px;
}

.tab-pane {
border-radius: 0.25rem;
padding: 0 16px 16px;
overflow: auto;

border: 1px solid #dee2e6;
&:first-of-type.active {
border-top-left-radius: 0;
}
}
Loading

0 comments on commit 35e7e1d

Please sign in to comment.