File tree Expand file tree Collapse file tree 3 files changed +447
-457
lines changed Expand file tree Collapse file tree 3 files changed +447
-457
lines changed Original file line number Diff line number Diff line change 1
1
@import " reset" ;
2
2
3
+
3
4
// header
4
5
$full-width-paddingX : 20px ;
5
6
@@ -35,6 +36,7 @@ $vendor-strip-font-size: 16px;
35
36
$video-section-height : 200px ;
36
37
37
38
@import " size" ;
39
+ @import " documentation" ;
38
40
39
41
/// /////////////////////////////////////////////////////////////////////////////////////////////////
40
42
/// /////////////////////////////////////////////////////////////////////////////////////////////////
@@ -898,34 +900,3 @@ footer.row {
898
900
margin-right : initial ;
899
901
}
900
902
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
- }
You can’t perform that action at this time.
0 commit comments