|
@@ -73,18 +73,19 @@ const TempJobList: React.FC<Props> = (props) => {
|
|
|
export default TempJobList;
|
|
export default TempJobList;
|
|
|
|
|
|
|
|
const ButtonWrapper = styled.div`
|
|
const ButtonWrapper = styled.div`
|
|
|
|
|
+ display: flex;
|
|
|
margin: 5px 0 35px;
|
|
margin: 5px 0 35px;
|
|
|
`;
|
|
`;
|
|
|
|
|
|
|
|
const CLIModalIcon = styled(CommandLineIcon)`
|
|
const CLIModalIcon = styled(CommandLineIcon)`
|
|
|
- width: 25px;
|
|
|
|
|
- padding: 5px;
|
|
|
|
|
|
|
+ width: 35px;
|
|
|
|
|
+ height: 35px;
|
|
|
|
|
+ padding: 8px;
|
|
|
margin: 0 5px;
|
|
margin: 0 5px;
|
|
|
border: 1px solid #ffffff55;
|
|
border: 1px solid #ffffff55;
|
|
|
border-radius: 100px;
|
|
border-radius: 100px;
|
|
|
background: #ffffff11;
|
|
background: #ffffff11;
|
|
|
color: white;
|
|
color: white;
|
|
|
- margin-bottom: -3px;
|
|
|
|
|
:hover {
|
|
:hover {
|
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
background: #ffffff22;
|
|
background: #ffffff22;
|