Skip to content

Commit 2ad84c6

Browse files
committed
Rename sass style sheet
1 parent 4d7338b commit 2ad84c6

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

_sass/_home.scss renamed to _sass/_banners.scss

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,26 @@ h3 small {
5959
}
6060
}
6161
}
62+
}
63+
64+
.topic-choose {
65+
b.topic {
66+
font-family: monospace;
67+
font-size: 0.8em;
68+
font-weight: normal;
69+
border: 1px solid gray;
70+
border-radius: 2px;
71+
white-space: nowrap;
72+
padding: 2px 4px;
73+
cursor: default;
74+
75+
&:hover {
76+
color: $background-color;
77+
background: $text-color;
78+
}
79+
}
80+
}
81+
82+
div.clear {
83+
@extend %clearfix;
6284
}

css/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ $on-laptop: 800px;
4848
@import
4949
"base",
5050
"layout",
51-
"home",
51+
"banners",
5252
"syntax-highlighting"
5353
;

0 commit comments

Comments
 (0)