Fix wrong margin on system cards

This commit is contained in:
Rafael Conde 2016-11-22 11:34:26 -08:00
parent 2f59f110d6
commit f0d89253c3
1 changed files with 4 additions and 3 deletions

View File

@ -109,7 +109,8 @@ a:active {
padding: 16px;
border-radius: 10px;
background: #fff;
box-shadow: 0px 8px 20px 0px rgba(19, 39, 48, .08);
box-shadow: 0px 4px 8px 0px rgba(0,0,0,.05);
border: 1px solid #fbfbfb;
font-size: 16px;
font-weight: 500;
@ -118,11 +119,11 @@ a:active {
.system-operational {
flex-grow: 1;
margin-right: 16px;
margin-left: 8px;
margin-right: 8px;
}
.system-operational:last-child {
margin-right: 0;
max-width: 50%;
}