mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
65 lines
1.3 KiB
SCSS
65 lines
1.3 KiB
SCSS
.wrapper{
|
|
width: 100% !important;
|
|
padding-top:20px !important;
|
|
padding-bottom:20px !important;
|
|
}
|
|
.arrow-right{
|
|
display: none;
|
|
margin-bottom: 20px;
|
|
.arrow-right-icon{
|
|
width: 37px;
|
|
float: right;
|
|
font-size: 35px;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
.buttons{
|
|
width: 100% !important;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-around;
|
|
margin: 0 auto !important;
|
|
}
|
|
.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;
|
|
}
|
|
@media only screen and (max-width: 800px) {
|
|
.container{
|
|
width: 100% !important;
|
|
}
|
|
.btn-ok, .btn-cancel, .btn-delete{
|
|
width: 47% !important;
|
|
}
|
|
}
|
|
@media only screen and (min-width: 1024px) {
|
|
.container{
|
|
width: 100% !important;
|
|
|
|
}
|
|
.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;
|
|
} */
|
|
}
|