Merge pull request #1103 from mabashian/1091-status-icons

Tweaked smart status icon styling to prevent overlap with action buttons
This commit is contained in:
Jake McDermott 2018-02-01 23:03:37 -05:00 committed by GitHub
commit f39fa35d86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,14 +11,14 @@
}
.SmartStatus-icon {
width: 16px;
height: 16px;
width: 14px;
height: 14px;
}
.SmartStatus-iconDirectionPlaceholder {
width: 16px;
height: 8px;
width: 14px;
height: 7px;
border: 1px solid #d7d7d7;
background: #f2f2f2;
}
@ -32,8 +32,8 @@
}
.SmartStatus-iconIndicator {
width: 16px;
height: 8px;
width: 14px;
height: 7px;
}
.SmartStatus-iconIndicator--success {
@ -45,8 +45,8 @@
}
.SmartStatus-iconPlaceholder {
height: 15px;
width: 15px;
height: 14px;
width: 14px;
border: 1px solid #d7d7d7;
background: #f2f2f2;
}