Skip to content

Commit 35e7e1d

Browse files
authored
Merge pull request #48344 from michellengnx/merged-main-dev-1.32
Merge main branch into dev 1.32
2 parents fd55058 + 6d8076a commit 35e7e1d

File tree

68 files changed

+3163
-1209
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+3163
-1209
lines changed

‎assets/scss/_base.scss

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@import "reset";
22

3+
34
// header
45
$full-width-paddingX: 20px;
56

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

3738
@import "size";
39+
@import "documentation";
3840

3941
////////////////////////////////////////////////////////////////////////////////////////////////////
4042
////////////////////////////////////////////////////////////////////////////////////////////////////
@@ -898,34 +900,3 @@ footer.row {
898900
margin-right: initial;
899901
}
900902

901-
/* DOCUMENTATION */
902-
903-
// nav-tabs and tab-content
904-
.nav-tabs {
905-
border-bottom: none !important;
906-
907-
.nav-item {
908-
margin-bottom: 0;
909-
}
910-
}
911-
912-
.td-content .tab-content .highlight {
913-
margin: 0;
914-
}
915-
916-
//Table Content
917-
.tab-content table{
918-
border-collapse: separate;
919-
border-spacing: 6px;
920-
}
921-
922-
.tab-pane {
923-
border-radius: 0.25rem;
924-
padding: 0 16px 16px;
925-
overflow: auto;
926-
927-
border: 1px solid #dee2e6;
928-
&:first-of-type.active {
929-
border-top-left-radius: 0;
930-
}
931-
}

0 commit comments

Comments
 (0)