2021-03-18 09:25:59 +01:00
|
|
|
.container{
|
2022-01-06 20:52:50 +01:00
|
|
|
--padding-top:20px !important;
|
|
|
|
|
--padding-bottom:20px !important;
|
|
|
|
|
--padding-start:20px !important;
|
|
|
|
|
--padding-end:20px !important;
|
2021-03-18 09:25:59 +01:00
|
|
|
}
|
|
|
|
|
.arrow-right{
|
2022-01-06 20:52:50 +01:00
|
|
|
display: none;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
.arrow-right-icon{
|
|
|
|
|
width: 37px;
|
|
|
|
|
float: right;
|
|
|
|
|
font-size: 35px;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
2021-03-18 09:25:59 +01:00
|
|
|
}
|
2022-01-06 20:52:50 +01:00
|
|
|
|
2021-03-18 09:25:59 +01:00
|
|
|
.buttons{
|
2022-01-06 20:52:50 +01:00
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
justify-content: space-around;
|
2021-03-18 09:25:59 +01:00
|
|
|
}
|
|
|
|
|
.solid {
|
2022-01-06 20:52:50 +01:00
|
|
|
display: block;
|
|
|
|
|
width: 90%;
|
|
|
|
|
border-top: 1px solid #bbb;
|
|
|
|
|
margin: 10px auto !important;
|
|
|
|
|
}
|
|
|
|
|
|
2021-08-20 14:45:44 +01:00
|
|
|
@media only screen and (min-width: 701px) {
|
2022-01-06 20:52:50 +01:00
|
|
|
.arrow-right{
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
}
|
|
|
|
|
.btn-cancel{
|
|
|
|
|
//display: none;
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
margin-bottom: 10px !important;
|
|
|
|
|
}
|
|
|
|
|
.btn-cancel:hover, .btn-delete:hover{
|
|
|
|
|
background-color: var(--button-hover);
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
}
|
|
|
|
|
.btn-ok{
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
}
|
|
|
|
|
.btn-delete{
|
|
|
|
|
width: 100% !important;
|
|
|
|
|
margin-bottom: 10px !important;
|
|
|
|
|
}
|
|
|
|
|
.solid{
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
.mobile-only{
|
|
|
|
|
display: none !important;
|
|
|
|
|
}
|
|
|
|
|
|
2021-08-20 14:45:44 +01:00
|
|
|
}
|