private-bower
Version:
A simple private bower registry
193 lines (144 loc) • 3 kB
CSS
body, html {
height: 100%;
font-family: 'Source Sans Pro', sans-serif;
}
body {
overflow-y: scroll;
}
#wrap {
min-height: 100%;
height: auto ;
height: 100%;
margin: 0 auto -50px;
padding-bottom: 60px;
}
footer {
position: relative;
bottom: 0;
height: 50px;
background-color: #777;
text-align: center;
padding: 5px 0;
box-sizing: border-box;
}
footer img {
height: 80px;
}
footer .author {
display: inline-block;
max-width: 200px;
}
footer h2 {
font-size: 22px;
margin-top: 10px;
}
footer h4 a {
color: #b3fcfa;
}
#logo {
position: absolute;
height: 200px;
width: 200px;
}
.btn-warning {
background-color: #1695A3;
border-color: #16818f;
}
.btn-warning:hover {
background-color: #16b3c1;
border-color: #1692a0;
}
.bg-gray {
background-color: #777;
}
.info-box {
max-width: 750px;
margin: 10px auto;
padding: 20px;
box-sizing: border-box;
border-radius: 5px;
}
.jumbotron {
background-color: #F4C53B;
padding-top: 30px;
padding-bottom: 15px;
}
.jumbotron h1 {
margin-bottom: 20px;
}
.jumbotron h1, h2 {
color: #ffffff;
text-shadow: 0 4px 0 rgba(0, 0, 0, .1);
font-family: 'Source Sans Pro', sans-serif;
font-weight: bold;
margin-top: 10px;
}
.glyphicon-search {
position: absolute;
margin-left: 10px;
margin-top: 10px;
color: #444;
}
.search {
display: inline-block;
width: 70%;
max-width: 750px;
padding-left: 30px;
box-sizing: border-box;
}
.keep-right {
margin-right: 10px;
}
.keep-top {
margin-top: 10px;
}
.package {
max-width: 750px;
margin: 10px auto;
border-radius: 5px;
padding: 20px;
box-sizing: border-box;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
-webkit-transition: all 2s;
transition: all 2s;
}
.package h3 {
margin: 0;
}
.package.ng-enter {
-webkit-animation: fadeInRight 0.25s;
-moz-animation: fadeInRight 0.25s;
-ms-animation: fadeInRight 0.25s;
-o-animation: fadeInRight 0.25s;
animation: fadeInRight 0.25s;
}
.package.ng-leave {
-webkit-animation: fadeOutLeft 0.25s;
-moz-animation: fadeOutLeft 0.25s;
-ms-animation: fadeOutLeft 0.25s;
-o-animation: fadeOutLeft 0.25s;
animation: fadeOutLeft 0.25s;
}
.dialog {
display: block;
}
.dialog .dimmer {
position: fixed;
z-index: 2;
height: 100%;
width: 100%;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.4);
text-align: center;
}
.dialog .dimmer .inner {
display: inline-block;
min-width: 400px;
margin-top: 10%;
border: 3px solid #777;
border-radius: 5px;
background-color: #F4C53B;
padding: 20px;
}