You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
164 lines
3.2 KiB
164 lines
3.2 KiB
@import '../../styles.scss';
|
|
.main-container {
|
|
background: $clr-mania;
|
|
padding: 0%;
|
|
margin-bottom: 20%;
|
|
height: 100%;
|
|
.content {
|
|
background: $clr-mania;
|
|
width: 100%;
|
|
@include flex-box(column, center, center);
|
|
.clear-content{
|
|
width: 90%;
|
|
align-items: left;
|
|
|
|
&.margin-top5{
|
|
margin-top: 5%;
|
|
}
|
|
}
|
|
.card {
|
|
width: 100%;
|
|
background: $clr-mania;
|
|
float: left;
|
|
min-height: 250px;
|
|
.user-input{
|
|
border-radius: 10px;
|
|
border: 2px solid $clr-grey;
|
|
}
|
|
|
|
ul{
|
|
display: flex;
|
|
height: auto;
|
|
flex-wrap: wrap;
|
|
padding-top: 10%;
|
|
|
|
li {
|
|
@include flex-box(row, center, right);
|
|
margin-bottom:10%;
|
|
flex: 1 1 50%;
|
|
.icon{
|
|
width: 150px;
|
|
height: 150px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.input-left-align {
|
|
padding: 1%;
|
|
margin-bottom: 1%;
|
|
.input-wrapper {
|
|
margin: 2% 3%;
|
|
width: 94%;
|
|
.clickIcon {
|
|
position: absolute;
|
|
right: 2%;
|
|
}
|
|
}
|
|
}
|
|
&.card-noborder {
|
|
border-radius: 0px;
|
|
box-shadow: 0px 2px 8px rgba(96, 97, 112, 0.16);
|
|
}
|
|
.tab-counter{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
border-radius: 50%;
|
|
height: 40px;
|
|
color: $clr-white;
|
|
margin-left: 10px;
|
|
width: 40px;
|
|
font-size: 14px;
|
|
|
|
&.hot{
|
|
background-color: #ff4081;
|
|
}
|
|
}
|
|
.align-middle{
|
|
@include flex-box(column, top);
|
|
text-align: center;
|
|
flex: 3;
|
|
padding-bottom: 5px;
|
|
.number-txt{
|
|
font-size: 1.2rem;
|
|
padding-top:1%;
|
|
padding-bottom:1%;
|
|
}
|
|
.footer-icons{
|
|
width: 40%;
|
|
height: 40%;
|
|
padding-bottom: 5px;
|
|
}
|
|
.icons-position{
|
|
position: relative;
|
|
top: -3.4rem;
|
|
left: 78%;
|
|
}
|
|
.txtFld-icons{
|
|
width: 10%;
|
|
height: 10%;
|
|
}
|
|
.txtFld-icons:first-child{
|
|
margin-right: 1%;
|
|
}
|
|
.txtFld-icons2{
|
|
width: 10%;
|
|
height: 10%;
|
|
}
|
|
.txt-content{
|
|
color: #0B5FA4;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|
|
.leave-status{
|
|
background-color: $clr-mania;
|
|
// .width-90{
|
|
// width: 100%;
|
|
// margin: 5% auto;
|
|
// }
|
|
}
|
|
|
|
.onRoadPriceContainer{
|
|
width: 98%;
|
|
}
|
|
|
|
.card-accordion {
|
|
@include flex-box(row, left, center);
|
|
font-size: 1rem;
|
|
margin: 3%;
|
|
.icon-align {
|
|
flex: 1;
|
|
justify-content: flex-end;
|
|
font-size: 1.875em;
|
|
}
|
|
}
|
|
.card > div {
|
|
padding: 5%;
|
|
flex: 9;
|
|
justify-content: space-between;
|
|
}
|
|
}
|
|
button {
|
|
margin: 5% 0%;
|
|
width: 90%;
|
|
box-sizing: border-box;
|
|
}
|
|
.bottom-section {
|
|
@include flex-box(column, center, center);
|
|
padding: 5% 5% 7% 5%;
|
|
.details {
|
|
color: $clr-grey-noresults;
|
|
.contact {
|
|
color: $clr-blue;
|
|
}
|
|
}
|
|
.disclaimer {
|
|
color: $clr-grey-light;
|
|
text-align: center;
|
|
}
|
|
p {
|
|
padding: 3%;
|
|
}
|
|
}
|
|
}
|