Page MenuHomeSoftware Heritage

status-widget.css
No OneTemporary

status-widget.css

/**
* Copyright (C) 2020 The Software Heritage developers
* See the AUTHORS file at the top-level directory of this distribution
* License: GNU Affero General Public License version 3, or any later version
* See top-level LICENSE file for more information
*/
.swh-current-status-indicator {
width: 12px;
height: 12px;
margin: 0 0 0 5px;
display: inline-block;
border-radius: 6px;
}
.swh-current-status-indicator.small {
width: 8px;
height: 8px;
margin: 0 0 0 5px;
display: inline-block;
border-radius: 4px;
}
.swh-current-status-indicator.green {
background: #27ae60;
}
.swh-current-status-indicator.yellow {
background: #ffa837;
}
.swh-current-status-indicator.red {
background: #c44031;
}
.swh-current-status-indicator.blue {
background: #00aaf0;
}

File Metadata

Mime Type
text/plain
Expires
Wed, Jun 4, 7:18 PM (3 d, 52 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3367025

Event Timeline