Feature/bsa (#539)

* Build bsa

* Fix placement
This commit is contained in:
Jeremy Thomas
2017-03-04 18:49:32 +00:00
committed by GitHub
parent 87b73d8b9c
commit a05a580784
5 changed files with 159 additions and 0 deletions

View File

@@ -7686,6 +7686,86 @@ html.route-index #carbon {
border-right: none;
}
.bsa {
padding: 2rem;
}
#_default_ .default-ad {
background-color: #00d1b2;
border-radius: 2px;
color: #fff;
display: inline-block;
font-size: 12px;
padding: 0 4px;
text-transform: uppercase;
vertical-align: top;
}
#_default_ > a {
background-color: white;
border-radius: 5px;
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
display: block;
margin-top: 15px;
max-width: 400px;
padding: 15px;
padding-left: 70px;
position: relative;
}
#_default_ > a:hover, #_default_ > a:focus {
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #00d1b2;
}
#_default_ > a:active {
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #00d1b2;
}
#_default_ > a span {
display: block;
}
#_default_ > a .default-image {
display: block;
left: 15px;
height: 40px;
position: absolute;
top: 15px;
width: 40px;
}
#_default_ > a .default-image img {
display: block;
height: 40px;
width: 40px;
}
#_default_ > a .default-title {
color: #363636;
font-weight: 700;
}
@media screen and (min-width: 769px) {
#_default_ {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 0 60px;
position: relative;
}
#_default_ .default-ad {
position: absolute;
right: 0;
top: 0;
}
#_default_ > a {
margin: 0 20px;
}
}
html ::-moz-selection {
background: #00d1b2;
color: #fff;