// ---------------------------------------------------------------------------- // Sass declarations // ---------------------------------------------------------------------------- $background-color: #5B7F97; $value-color: #fff; $title-color: rgba(255, 255, 255, 0.7); $label-color: rgba(255, 255, 255, 0.7); $moreinfo-color: rgba(255, 255, 255, 0.7); // ---------------------------------------------------------------------------- // Widget-nagios-list styles // ---------------------------------------------------------------------------- .widget-nagios-list { background-color: $background-color; vertical-align: top; .title { color: $title-color; font-size: 1em; } .subtitle { color: $title-color; font-size: 0.8em; } ol, ul { margin: 0 15px; text-align: left; color: $label-color; } ol { nagios-list-style-position: inside; } li { margin-bottom: 5px; } .nagios-list-nostyle { nagios-list-style: none; } .label { color: $label-color; } .value { float: right; margin-left: 12px; font-weight: 600; color: $value-color; } .updated-at { color: rgba(0, 0, 0, 0.6); font-size: 0.8em; } .more-info { color: $moreinfo-color; } }