|
@@ -135,14 +135,14 @@ const PRName = styled.div`
|
|
|
|
|
|
|
|
const DeploymentCardWrapper = styled.div`
|
|
const DeploymentCardWrapper = styled.div`
|
|
|
display: flex;
|
|
display: flex;
|
|
|
- background: #2b2e3699;
|
|
|
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
|
- border-radius: 5px;
|
|
|
|
|
font-size: 13px;
|
|
font-size: 13px;
|
|
|
height: 75px;
|
|
height: 75px;
|
|
|
padding: 12px;
|
|
padding: 12px;
|
|
|
padding-left: 14px;
|
|
padding-left: 14px;
|
|
|
- border: 1px solid #ffffff0f;
|
|
|
|
|
|
|
+ border-radius: 5px;
|
|
|
|
|
+ background: #262a30;
|
|
|
|
|
+ border: 1px solid #494b4f;
|
|
|
|
|
|
|
|
animation: fadeIn 0.5s;
|
|
animation: fadeIn 0.5s;
|
|
|
@keyframes fadeIn {
|
|
@keyframes fadeIn {
|