Fix wrong margin on system cards
This commit is contained in:
parent
2f59f110d6
commit
f0d89253c3
@ -109,7 +109,8 @@ a:active {
|
|||||||
padding: 16px;
|
padding: 16px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background: #fff;
|
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-size: 16px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
@ -118,11 +119,11 @@ a:active {
|
|||||||
|
|
||||||
.system-operational {
|
.system-operational {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
margin-right: 16px;
|
margin-left: 8px;
|
||||||
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.system-operational:last-child {
|
.system-operational:last-child {
|
||||||
margin-right: 0;
|
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user