lesson.scss: style tab panels on setup pages (#464)
authorMaxim Belkin <maxim.belkin@gmail.com>
Fri, 19 Jun 2020 12:58:25 +0000 (07:58 -0500)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2020 12:58:25 +0000 (08:58 -0400)
assets/css/lesson.scss

index 472e287187b5b2e5c64ce0ca0ca810fc4871f3fd..eccc530b4889ad789a766c49dce4770972fdcd9b 100644 (file)
@@ -76,6 +76,13 @@ $color-testimonial: #fc8dc1 !default;
 .r::before, .language-r::before { content: "R"; }
 .sql::before, .language-sql::before { content: "SQL"; }
 
+// Tab panels are used on Setup pages to show instructions for different Operating Systems
+.tab-pane {
+  border: solid 1px #ddd; // #ddd == @nav-tabs-active-link-hover-border-color
+  border-top: none;
+  padding: 20px 20px 10px 20px;
+  border-radius: 0 0 4px 4px; // 4px == @border-radius-base
+}
 
 //----------------------------------------
 // Specialized blockquote environments for learning objectives, callouts, etc.