Skip to content

Commit 131b745

Browse files
committed
Add banner file
1 parent 2181428 commit 131b745

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

src/less/banner.less

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
.banner {
2+
background: #FDF3E3;
3+
color: #6C5B44;
4+
text-align: center;
5+
padding: 1em 0;
6+
}
7+
8+
.banner a {
9+
color: #6C5B44;
10+
font-size: 1.25em;
11+
text-decoration: none;
12+
}
13+
14+
.banner a:hover {
15+
color: #6C5B44;
16+
text-decoration: underline;
17+
}
18+
19+
.navbar .blm .brand {
20+
font-weight: 700;
21+
margin-left: .5em;
22+
}
23+
24+
.blm .logo {
25+
background-image: url(../img/grunt-logo.svg);
26+
width: 42px;
27+
height: 39px;
28+
background-size: 100% auto;
29+
float: left;
30+
margin-top: 0.55em;
31+
}

0 commit comments

Comments
 (0)