Files

64 lines
1.3 KiB
SCSS
Raw Permalink Normal View History

2023-07-12 15:49:34 +01:00
@import '~src/function.scss';
2021-08-25 10:49:17 +01:00
.options-container{
2021-05-27 14:33:17 +01:00
--padding-top:20px !important;
--padding-bottom:20px !important;
--padding-start:20px !important;
--padding-end:20px !important;
2021-08-18 16:35:23 +01:00
width: 100%;
2021-05-27 14:33:17 +01:00
}
2021-08-18 16:35:23 +01:00
.arrow-right{
2021-05-27 14:33:17 +01:00
display: none;
margin-bottom: 20px;
2021-08-18 16:35:23 +01:00
.arrow-right-icon{
2021-05-27 14:33:17 +01:00
width: 37px;
float: right;
2023-07-07 12:03:03 +01:00
font-size: rem(35);
2021-05-27 14:33:17 +01:00
overflow: hidden;
}
}
2021-08-18 16:35:23 +01:00
.buttons{
2021-05-27 14:33:17 +01:00
display: flex;
flex-wrap: wrap;
justify-content: space-around;
}
.solid {
display: none;
width: 90%;
border-top: 1px solid #bbb;
margin: 0 auto !important;
}
.btn-ok, .btn-cancel{
//width: 50% !important;
margin-bottom: 5px !important;
margin-top: 5px !important;
}
2021-08-18 16:35:23 +01:00
.btn-ok, .btn-cancel, .btn-delete{
width: 100% !important;
2021-05-27 14:33:17 +01:00
}
@media only screen and (min-width: 1024px) {
.arrow-right{
display: flex;
justify-content: flex-end;
}
.btn-cancel{
display: none;
width: 100% !important;
margin-bottom: 10px !important;
}
.btn-delete, .btn-ok{
width: 100% !important;
margin-bottom: 10px !important;
margin-top: 10px !important;
}
/* .solid{
display: block;
} */
2021-08-18 16:35:23 +01:00
}
.desk{
text-align: left;
2024-03-03 18:19:04 +01:00
background-color: transparent;
2021-09-03 15:20:42 +01:00
}