Skip to content

Commit 6f30043

Browse files
authored
lesson.scss: style tab panels on setup pages (#464)
1 parent 0deede1 commit 6f30043

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

assets/css/lesson.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,13 @@ $color-testimonial: #fc8dc1 !default;
7676
.r::before, .language-r::before { content: "R"; }
7777
.sql::before, .language-sql::before { content: "SQL"; }
7878

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+
}
7986

8087
//----------------------------------------
8188
// Specialized blockquote environments for learning objectives, callouts, etc.

0 commit comments

Comments
 (0)