walnut.js/styles/style.css
AJ ONeal 62d5a4c8dd Squashed 'lib/com.daplie.walnut/' content from commit be01307
git-subtree-dir: lib/com.daplie.walnut
git-subtree-split: be013079b42717d0598186a346e6f17cb2b2304d
2017-05-19 00:56:09 -05:00

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;
}