42 lines
481 B
CSS
42 lines
481 B
CSS
.ng-hide {
|
|
display: none;
|
|
}
|
|
.ng-show {
|
|
}
|
|
|
|
.aj-pad-top {
|
|
padding-top: 50px;
|
|
}
|
|
|
|
.aj-max-width {
|
|
width: 100%;
|
|
}
|
|
|
|
.aj-landing-page {
|
|
min-height: 800px;
|
|
}
|
|
|
|
.aj-badge-pad {
|
|
margin-right: 1em;
|
|
}
|
|
|
|
.aj-app-container {
|
|
height: 150px;
|
|
}
|
|
|
|
.aj-app-object {
|
|
width: 128px;
|
|
}
|
|
|
|
.aj-built-with-footer {
|
|
text-decoration: none; color: #F778A1; font-size: 1.3em;
|
|
}
|
|
|
|
.aj-navbar {
|
|
margin-bottom: 0; border-top-width: 0;
|
|
}
|
|
|
|
.aj-main-logo {
|
|
position: relative; top: -6px; right: 8px;
|
|
}
|