0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-13 01:08:58 +01:00

Checkin .v4-tease styles

[skip sauce]
This commit is contained in:
Chris Rebert 2015-12-06 01:50:31 -08:00
parent 0f67b5e3d3
commit 46a294f683

View File

@ -1607,3 +1607,18 @@ h1[id] {
-webkit-box-shadow: 0 0 8px rgba(82,168,236,.6);
box-shadow: 0 0 8px rgba(82,168,236,.6);
}
/* v4 notice above main navbar */
.v4-tease {
display: block;
padding: 15px 20px;
font-weight: bold;
color: #fff;
text-align: center;
background-color: #0275d8;
}
.v4-tease:hover {
color: #fff;
text-decoration: none;
background-color: #0269c2;
}