|
|
|
@ -126,6 +126,53 @@ |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tx-list-item-retry-container { |
|
|
|
|
background: #d1edff; |
|
|
|
|
width: 100%; |
|
|
|
|
border-radius: 4px; |
|
|
|
|
font-size: 0.8em; |
|
|
|
|
display: flex; |
|
|
|
|
justify-content: center; |
|
|
|
|
margin-left: 44px; |
|
|
|
|
width: calc(100% - 44px); |
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 576px) and (max-width: 679px) { |
|
|
|
|
flex-flow: column; |
|
|
|
|
align-items: center; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 380px) and (max-width: 575px) { |
|
|
|
|
flex-flow: row; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 379px) { |
|
|
|
|
flex-flow: column; |
|
|
|
|
align-items: center; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tx-list-item-retry-copy { |
|
|
|
|
font-family: Roboto; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tx-list-item-retry-link { |
|
|
|
|
text-decoration: underline; |
|
|
|
|
margin-left: 6px; |
|
|
|
|
cursor: pointer; |
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 576px) and (max-width: 679px) { |
|
|
|
|
margin-left: 0px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@media screen and (min-width: 380px) and (max-width: 575px) { |
|
|
|
|
margin-left: 6px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@media screen and (max-width: 379px) { |
|
|
|
|
margin-left: 0px; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.tx-list-date { |
|
|
|
|
color: $dusty-gray; |
|
|
|
|
font-size: 12px; |
|
|
|
|