We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0deede1 commit 6f30043Copy full SHA for 6f30043
assets/css/lesson.scss
@@ -76,6 +76,13 @@ $color-testimonial: #fc8dc1 !default;
76
.r::before, .language-r::before { content: "R"; }
77
.sql::before, .language-sql::before { content: "SQL"; }
78
79
+// Tab panels are used on Setup pages to show instructions for different Operating Systems
80
+.tab-pane {
81
+ border: solid 1px #ddd; // #ddd == @nav-tabs-active-link-hover-border-color
82
+ border-top: none;
83
+ padding: 20px 20px 10px 20px;
84
+ border-radius: 0 0 4px 4px; // 4px == @border-radius-base
85
+}
86
87
//----------------------------------------
88
// Specialized blockquote environments for learning objectives, callouts, etc.
0 commit comments