Merge ssh://source.netsyms.com:2322/Business/BusinessAppTemplate

This commit is contained in:
Skylar Ittner 2018-05-05 12:22:28 -06:00
commit 1fb0f42eb2
4 changed files with 11 additions and 6 deletions

View File

@ -42,6 +42,11 @@ body {
top: 4rem;
z-index: 999999;
padding: 0px 5px;
pointer-events: none;
}
#msg-alert-box .alert {
pointer-events: auto;
}
.footer {

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
/*!
* Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
* Font Awesome Free 5.0.12 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
svg:not(:root).svg-inline--fa {

File diff suppressed because one or more lines are too long