1 changed files with 195 additions and 163 deletions
@ -1,165 +1,197 @@ |
|||||
@import '../../styles.scss'; |
|
||||
.main-container { |
|
||||
background: $clr-mania; |
|
||||
padding: 0%; |
|
||||
margin-bottom: 20%; |
|
||||
|
.page-container { |
||||
height: 100%; |
height: 100%; |
||||
|
display: flex; |
||||
|
flex-direction: column; |
||||
|
background-color: #b4e8fd; |
||||
|
} |
||||
|
.font-body-xsmall-bold { |
||||
|
font-size: 0.812rem; |
||||
|
line-height: 1.125rem; |
||||
|
letter-spacing: 1px; |
||||
|
font-family: "Raleway VariableFont"; |
||||
|
text-transform: uppercase; |
||||
|
} |
||||
|
.flex-row { |
||||
|
flex-direction: row; |
||||
|
display: flex; |
||||
|
width: 100%; |
||||
|
} |
||||
|
button { |
||||
|
border-radius: 10px; |
||||
|
font-size: 0.938rem; |
||||
|
width: 98%; |
||||
|
background: #0b5fa4 0 0 no-repeat padding-box !important; |
||||
|
margin: 2%; |
||||
|
} |
||||
|
.main-container { |
||||
|
background: #b4e8fd; |
||||
|
flex: 1; |
||||
|
overflow-y: auto; |
||||
|
overflow-x: hidden; |
||||
|
} |
||||
.content { |
.content { |
||||
background: $clr-mania; |
|
||||
|
background: #b4e8fd; |
||||
width: 100%; |
width: 100%; |
||||
@include flex-box(column, center, center); |
|
||||
.clear-content{ |
|
||||
|
display: flex; |
||||
|
flex-direction: column; |
||||
|
justify-content: center; |
||||
|
align-items: center; |
||||
|
} |
||||
|
.content .clear-content { |
||||
width: 90%; |
width: 90%; |
||||
align-items: left; |
align-items: left; |
||||
|
|
||||
&.margin-top5{ |
|
||||
margin-top: 5%; |
|
||||
} |
} |
||||
|
.content .clear-content.margin-top5 { |
||||
|
margin-top: 5%; |
||||
} |
} |
||||
.card { |
|
||||
|
.content .card { |
||||
width: 100%; |
width: 100%; |
||||
background: $clr-mania; |
|
||||
|
background: #b4e8fd; |
||||
float: left; |
float: left; |
||||
min-height: 250px; |
min-height: 250px; |
||||
.user-input{ |
|
||||
|
} |
||||
|
.content .card .user-input { |
||||
border-radius: 10px; |
border-radius: 10px; |
||||
border: 2px solid $clr-grey; |
|
||||
|
border: 2px solid #707070; |
||||
} |
} |
||||
|
|
||||
ul{ |
|
||||
|
.content .card ul { |
||||
display: flex; |
display: flex; |
||||
height: auto; |
height: auto; |
||||
flex-wrap: wrap; |
flex-wrap: wrap; |
||||
padding-top: 10%; |
padding-top: 10%; |
||||
|
|
||||
li { |
|
||||
@include flex-box(row, center, right); |
|
||||
|
} |
||||
|
.content .card ul li { |
||||
|
display: flex; |
||||
|
flex-direction: row; |
||||
|
justify-content: center; |
||||
|
align-items: right; |
||||
margin-bottom: 10%; |
margin-bottom: 10%; |
||||
flex: 1 1 50%; |
flex: 1 1 50%; |
||||
.icon{ |
|
||||
|
} |
||||
|
.content .card ul li .icon { |
||||
width: 150px; |
width: 150px; |
||||
height: 150px; |
height: 150px; |
||||
} |
} |
||||
} |
|
||||
} |
|
||||
|
|
||||
.input-left-align { |
|
||||
|
.content .card .input-left-align { |
||||
padding: 1%; |
padding: 1%; |
||||
margin-bottom: 1%; |
margin-bottom: 1%; |
||||
.input-wrapper { |
|
||||
|
} |
||||
|
.content .card .input-left-align .input-wrapper { |
||||
margin: 2% 3%; |
margin: 2% 3%; |
||||
width: 94%; |
width: 94%; |
||||
.clickIcon { |
|
||||
|
} |
||||
|
.content .card .input-left-align .input-wrapper .clickIcon { |
||||
position: absolute; |
position: absolute; |
||||
right: 2%; |
right: 2%; |
||||
} |
} |
||||
} |
|
||||
} |
|
||||
&.card-noborder { |
|
||||
|
.content .card.card-noborder { |
||||
border-radius: 0px; |
border-radius: 0px; |
||||
box-shadow: 0px 2px 8px rgba(96, 97, 112, 0.16); |
box-shadow: 0px 2px 8px rgba(96, 97, 112, 0.16); |
||||
} |
} |
||||
.tab-counter{ |
|
||||
|
.content .card .tab-counter { |
||||
display: flex; |
display: flex; |
||||
justify-content: center; |
justify-content: center; |
||||
align-items: center; |
align-items: center; |
||||
border-radius: 50%; |
border-radius: 50%; |
||||
height: 40px; |
height: 40px; |
||||
color: $clr-white; |
|
||||
|
color: #fff; |
||||
margin-left: 10px; |
margin-left: 10px; |
||||
width: 40px; |
width: 40px; |
||||
font-size: 14px; |
font-size: 14px; |
||||
|
|
||||
&.hot{ |
|
||||
background-color: #ff4081; |
|
||||
} |
} |
||||
|
.content .card .tab-counter.hot { |
||||
|
background-color: #ff4081; |
||||
} |
} |
||||
.align-middle{ |
|
||||
@include flex-box(column, top); |
|
||||
|
.content .card .align-middle { |
||||
|
display: flex; |
||||
|
flex-direction: column; |
||||
|
justify-content: center; |
||||
|
align-items: center; |
||||
text-align: center; |
text-align: center; |
||||
flex: 3; |
flex: 3; |
||||
padding-bottom: 5px; |
padding-bottom: 5px; |
||||
.number-txt{ |
|
||||
|
} |
||||
|
.content .card .align-middle .number-txt { |
||||
font-size: 1.2rem; |
font-size: 1.2rem; |
||||
padding-top: 1%; |
padding-top: 1%; |
||||
padding-bottom: 1%; |
padding-bottom: 1%; |
||||
} |
} |
||||
.footer-icons{ |
|
||||
|
.content .card .align-middle .footer-icons { |
||||
width: 40%; |
width: 40%; |
||||
height: 40%; |
height: 40%; |
||||
padding-bottom: 5px; |
padding-bottom: 5px; |
||||
} |
} |
||||
.icons-position{ |
|
||||
|
.content .card .align-middle .icons-position { |
||||
position: relative; |
position: relative; |
||||
top: -2.7rem; |
top: -2.7rem; |
||||
left: 78%; |
left: 78%; |
||||
} |
} |
||||
.txtFld-icons{ |
|
||||
|
.content .card .align-middle .txtFld-icons { |
||||
width: 10%; |
width: 10%; |
||||
height: 10%; |
height: 10%; |
||||
} |
} |
||||
.txtFld-icons:first-child{ |
|
||||
|
.content .card .align-middle .txtFld-icons:first-child { |
||||
margin-right: 1%; |
margin-right: 1%; |
||||
} |
} |
||||
.txtFld-icons2{ |
|
||||
|
.content .card .align-middle .txtFld-icons2 { |
||||
width: 10%; |
width: 10%; |
||||
height: 10%; |
height: 10%; |
||||
} |
} |
||||
.txt-content{ |
|
||||
color: #0B5FA4; |
|
||||
|
.content .card .align-middle .txt-content { |
||||
|
color: #0b5fa4; |
||||
font-weight: bold; |
font-weight: bold; |
||||
} |
} |
||||
|
.content .leave-status { |
||||
|
background-color: #b4e8fd; |
||||
} |
} |
||||
} |
|
||||
.leave-status{ |
|
||||
background-color: $clr-mania; |
|
||||
.width-90{ |
|
||||
|
.content .leave-status .width-90 { |
||||
width: 90%; |
width: 90%; |
||||
min-width: 90%; |
min-width: 90%; |
||||
margin: 5% auto; |
margin: 5% auto; |
||||
} |
} |
||||
} |
|
||||
|
|
||||
.onRoadPriceContainer{ |
|
||||
|
.content .onRoadPriceContainer { |
||||
width: 98%; |
width: 98%; |
||||
} |
} |
||||
|
|
||||
.card-accordion { |
|
||||
@include flex-box(row, left, center); |
|
||||
|
.content .card-accordion { |
||||
|
display: flex; |
||||
|
flex-direction: row; |
||||
|
justify-content: left; |
||||
|
align-items: center; |
||||
font-size: 1rem; |
font-size: 1rem; |
||||
margin: 3%; |
margin: 3%; |
||||
.icon-align { |
|
||||
|
} |
||||
|
.content .card-accordion .icon-align { |
||||
flex: 1; |
flex: 1; |
||||
justify-content: flex-end; |
justify-content: flex-end; |
||||
font-size: 1.875em; |
font-size: 1.875em; |
||||
} |
} |
||||
} |
|
||||
.card > div { |
|
||||
|
.content .card > div { |
||||
padding: 5%; |
padding: 5%; |
||||
flex: 9; |
flex: 9; |
||||
justify-content: space-between; |
justify-content: space-between; |
||||
} |
} |
||||
} |
|
||||
button { |
button { |
||||
margin: 5% 0%; |
margin: 5% 0%; |
||||
width: 90%; |
width: 90%; |
||||
box-sizing: border-box; |
box-sizing: border-box; |
||||
} |
} |
||||
.bottom-section { |
.bottom-section { |
||||
@include flex-box(column, center, center); |
|
||||
|
display: flex; |
||||
|
flex-direction: column; |
||||
|
justify-content: center; |
||||
|
align-items: center; |
||||
padding: 5% 5% 7% 5%; |
padding: 5% 5% 7% 5%; |
||||
.details { |
|
||||
color: $clr-grey-noresults; |
|
||||
.contact { |
|
||||
color: $clr-blue; |
|
||||
} |
} |
||||
|
.bottom-section .details { |
||||
|
color: #5d5d5d; |
||||
} |
} |
||||
.disclaimer { |
|
||||
color: $clr-grey-light; |
|
||||
|
.bottom-section .details .contact { |
||||
|
color: #006ad0; |
||||
|
} |
||||
|
.bottom-section .disclaimer { |
||||
|
color: #5d5d5d; |
||||
text-align: center; |
text-align: center; |
||||
} |
} |
||||
p { |
|
||||
|
.bottom-section p { |
||||
padding: 3%; |
padding: 3%; |
||||
} |
} |
||||
} |
|
||||
} |
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue