BinStack/static/css/app.css
Skylar Ittner 0593f4c6d4 Merge ssh://source.netsyms.com:2322/Business/BusinessAppTemplate
# Conflicts:
#	.gitignore
#	README.md
#	action.php
#	api.php
#	app.php
#	composer.json
#	composer.lock
#	index.php
#	lang/en_us.php
#	lang/messages.php
#	lib/login.php
#	lib/userinfo.php
#	mobile/index.php
#	nbproject/project.properties
#	nbproject/project.xml
#	pages.php
#	pages/404.php
#	pages/home.php
#	required.php
#	settings.template.php
#	static/css/app.css
#	static/img/logo.png
#	static/img/logo.svg
#	static/js/app.js
2018-04-08 16:28:31 -06:00

69 lines
1.0 KiB
CSS

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
body {
padding-top: 4rem;
}
.brand-img {
border: 1px solid grey;
border-radius: 12%;
margin-top: -2px;
margin-right: 5px;
margin-bottom: 3px;
height: 25px;
}
.navbar-toggler {
border: none;
padding-right: 1.5rem;
}
.navbar-toggler-icon {
padding: 0px;
margin: 0px;
}
.navbar-brand {
font-size: 120%;
padding-right: 1rem;
margin-top: 0.2rem;
}
#main-content {
padding-top: 1rem;
}
#msg-alert-box {
position: fixed;
left: 0;
right: 0;
top: 4rem;
z-index: 999999;
padding: 0px 5px;
}
.footer {
margin-top: 10em;
text-align: center;
}
#peoplelist-panel {
max-height: 700px;
overflow-y: scroll;
}
.footer {
margin-top: 10em;
text-align: center;
}
.mobile-app-show {
visibility: hidden;
}
.mobile-app-display {
display: none;
}