mirror of https://github.com/statping/statping
54 lines
1.5 KiB
SCSS
54 lines
1.5 KiB
SCSS
/*!
|
|
* Statup
|
|
* Copyright (C) 2018. Hunter Long and the project contributors
|
|
* Written by Hunter Long <info@socialeck.com> and the project contributors
|
|
*
|
|
* https://github.com/hunterlong/statup
|
|
*
|
|
* The licenses for most software and other practical works are designed
|
|
* to take away your freedom to share and change the works. By contrast,
|
|
* the GNU General Public License is intended to guarantee your freedom to
|
|
* share and change all versions of a program--to make sure it remains free
|
|
* software for all its users.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
/* Index Page */
|
|
$background-color: #fcfcfc;
|
|
$max-width: 860px;
|
|
$title-color: #464646;
|
|
$description-color: #939393;
|
|
|
|
/* Status Container */
|
|
$service-background: #ffffff;
|
|
$service-border: 1px solid rgba(0,0,0,.125);
|
|
$service-title: #444444;
|
|
$service-stats-color: #4f4f4f;
|
|
$service-description-color: #fff;
|
|
$service-stats-size: 2.3rem;
|
|
|
|
/* Button Colors */
|
|
$success-color: #47d337;
|
|
$danger-color: #dd3545;
|
|
$primary-color: #3e9bff;
|
|
|
|
/* Footer Settings */
|
|
$footer-text-color: #8d8d8d;
|
|
$nav-tab-color: #13a00d;
|
|
$footer-display: block;
|
|
|
|
/* Global Settings */
|
|
$global-border-radius: 0.2rem;
|
|
|
|
|
|
/* Mobile Settings */
|
|
$sm-background-color: #fcfcfc;
|
|
$sm-border-radius: 0rem;
|
|
|
|
/* Mobile Service Container */
|
|
$sm-service-background: #ffffff;
|
|
$sm-padding: 0;
|
|
$sm-service-stats-size: 1.5rem;
|