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

This commit is contained in:
Skylar Ittner 2018-04-16 14:26:36 -06:00
commit cc95372079
4 changed files with 9 additions and 7 deletions

View File

@ -98,7 +98,7 @@ header("Link: <static/js/bootstrap.min.js>; rel=preload; as=script", false);
<link href="static/css/material-color/material-color.min.css" rel="stylesheet"> <link href="static/css/material-color/material-color.min.css" rel="stylesheet">
<link href="static/css/index.css" rel="stylesheet"> <link href="static/css/index.css" rel="stylesheet">
<?php if (CAPTCHA_ENABLED) { ?> <?php if (CAPTCHA_ENABLED) { ?>
<script src="<?php echo CAPTCHA_SERVER ?>/captcheck.js"></script> <script src="<?php echo CAPTCHA_SERVER ?>/captcheck.dist.js"></script>
<?php } ?> <?php } ?>
</head> </head>
<body> <body>

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
/*! /*!
* Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
* License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/ */
svg:not(:root).svg-inline--fa { svg:not(:root).svg-inline--fa {
overflow: visible; } overflow: visible; }
@ -101,6 +101,8 @@ svg:not(:root).svg-inline--fa {
.fa-layers-counter { .fa-layers-counter {
background-color: #ff253a; background-color: #ff253a;
border-radius: 1em; border-radius: 1em;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #fff; color: #fff;
height: 1.5em; height: 1.5em;
line-height: 1; line-height: 1;

File diff suppressed because one or more lines are too long