statping/source/scss/variables.scss

37 lines
812 B
SCSS
Raw Normal View History

2018-06-30 22:22:56 +00:00
/* Index Page */
2018-06-29 05:32:50 +00:00
$background-color: #fcfcfc;
$max-width: 860px;
2018-06-30 18:55:09 +00:00
$title-color: #464646;
$description-color: #939393;
2018-06-30 05:08:08 +00:00
2018-06-30 22:22:56 +00:00
/* Status Container */
2018-06-30 18:55:09 +00:00
$service-background: #ffffff;
2018-06-30 05:08:08 +00:00
$service-border: 1px solid rgba(0,0,0,.125);
2018-06-30 18:55:09 +00:00
$service-title: #444444;
2018-06-30 22:22:56 +00:00
$service-stats-color: #47d337;
$service-description-color: #fff;
$service-stats-size: 2.3rem;
/* Button Colors */
2018-06-30 05:08:08 +00:00
$success-color: #47d337;
$danger-color: #dd3545;
2018-06-30 22:22:56 +00:00
$primary-color: #3e9bff;
2018-06-30 05:08:08 +00:00
2018-06-30 22:22:56 +00:00
/* Footer Settings */
2018-06-30 18:55:09 +00:00
$footer-text-color: #8d8d8d;
2018-06-30 22:22:56 +00:00
$nav-tab-color: #13a00d;
$footer-display: block;
2018-06-30 05:08:08 +00:00
2018-06-30 22:22:56 +00:00
/* Global Settings */
$global-border-radius: 0.2rem;
2018-06-30 19:30:58 +00:00
2018-06-30 22:22:56 +00:00
/* 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;