Skip to content

Instantly share code, notes, and snippets.

@clintonyeb
Created May 17, 2020 19:58
Show Gist options
  • Save clintonyeb/125a6ea0f74d2662ef28c20656c834cc to your computer and use it in GitHub Desktop.
Save clintonyeb/125a6ea0f74d2662ef28c20656c834cc to your computer and use it in GitHub Desktop.
.main-app {
display: flex;
flex-flow: row wrap;
}
.main-app > div {
width: 49vw;
}
.singleCard {
max-width: 50vw;
width: calc(50vw - 30px);
margin: 15px;
min-height: 300px;
height: 45vh;
min-width: 400px;
}
@media(max-width: 768px) {
.singleCard{
max-width: calc(100vw - 30px);
width: calc(100vw - 45px);;
}
}
.select-country {
max-width: 155px;
}
.select-country .currency__indicator-separator {
display: none;
}
.currency__value-container {
font-size: 20px;
}
.currency__indicator {
color: #fff !important;
}
.currency__control {
background-color: transparent !important;
border: 0 !important;
border-bottom: 1px solid #fff !important;
border-radius: 0 !important;
}
.currency__single-value {
color: #fff !important;
font-weight: 600;
}
.loader {
display: flex;
align-items: center;
justify-content: center;
height: 45vh;
width: 100%;
}
.percentage,
.currentValue {
font-size: 24px;
color: #fff;
font-weight: 600;
float: right;
}
.currentValue {
float: left !important;
font-size: 30px;
}
.currentValue .small {
font-size: 18px;
}
.tick-text {
font-size: 12px;
color: #fff;
text-align: right;
}
.tick-options {
display: flex;
justify-content: flex-end;
color: #fff;
font-size: 20px;
font-weight: 500;
position: relative;
top: -8px;
}
.tickCount {
border-bottom: 1px solid #fff;
padding-bottom: 2px;
height: 26px;
}
.minus,
.plus {
cursor: pointer;
margin: 0 7px;
}
.product {
width: 30%;
margin: 30px;
}
.form-group {
width: 30%;
margin: 30px;
}
.tickBox {
max-width: 25%;
border: 0;
background-color: transparent !important;
text-align: center;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment