1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

feat(ui): new dashboard view (#75)

This commit is contained in:
Anthony Lapenna 2016-07-14 10:58:39 +12:00 committed by GitHub
parent 00b2c92e39
commit c8a5b82c89
4 changed files with 206 additions and 98 deletions

View file

@ -165,3 +165,15 @@ input[type="radio"] {
.clickable {
cursor: pointer;
}
.text-icon {
margin-right: 5px;
}
.green-icon {
color: #23ae89;
}
.red-icon {
color: #ae2323;
}