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.
204 lines
3.4 KiB
204 lines
3.4 KiB
.submit{ |
|
background-color: #4DD35B; |
|
color: white; |
|
border-radius: 10px; |
|
border: 0px; |
|
} |
|
|
|
.mobile, .desktop{ |
|
display: flex; |
|
} |
|
|
|
.submit-large{ |
|
padding: 12px 24px; |
|
} |
|
|
|
.submit-medium{ |
|
padding : 10px 20px; |
|
} |
|
|
|
.submit-small{ |
|
padding : 8px 16px; |
|
} |
|
|
|
.rec-arrow-left { |
|
top: calc(50% - 22px) !important; |
|
right: -20px !important; |
|
} |
|
|
|
.rec-arrow-right { |
|
top: calc(50% - 22px) !important; |
|
left: -20px !important; |
|
} |
|
|
|
.rec-dot_active { |
|
background-color: green !important; |
|
color: white !important; |
|
// box-shadow: 0 0 1px rgba(255, 255, 255, 1) !important; |
|
} |
|
|
|
.Carousel-button-10 { |
|
background-color: white !important; |
|
} |
|
.rec-pagination { |
|
z-index: 200; |
|
// left: calc(50% - 20px) !important; |
|
& button { |
|
background-color: white; |
|
margin: 2px !important; |
|
box-shadow: 0px 0px 0px rgba(100, 100, 100, 1); |
|
&:focus { |
|
box-shadow: 0px 0px 0px rgba(100, 100, 100, 1); |
|
} |
|
} |
|
} |
|
|
|
.rec-slider-container { |
|
margin: 0px !important; |
|
} |
|
|
|
.rec-arrow { |
|
position: absolute !important; |
|
z-index: 100; |
|
background-color: inherit !important; |
|
box-shadow: none !important; |
|
border: 0px !important; |
|
color: white !important; |
|
&:focus { |
|
color: white !important; |
|
} |
|
&:disabled { |
|
color: black !important; |
|
display: none !important; |
|
} |
|
&:enabled { |
|
color: white !important; |
|
} |
|
&:hover { |
|
color: white; |
|
} |
|
} |
|
|
|
.rec-slider-container { |
|
border-radius: 10px; |
|
} |
|
|
|
.main { |
|
background: linear-gradient( |
|
135deg, |
|
hsla(0, 0%, 31%, 1) 0%, |
|
hsla(0, 0%, 0%, 1) 100% |
|
); |
|
background: -moz-linear-gradient( |
|
135deg, |
|
hsla(0, 0%, 31%, 1) 0%, |
|
hsla(0, 0%, 0%, 1) 100% |
|
); |
|
background: -webkit-linear-gradient( |
|
135deg, |
|
hsla(0, 0%, 31%, 1) 0%, |
|
hsla(0, 0%, 0%, 1) 100% |
|
); |
|
width: 100%; |
|
overflow-x: hidden; |
|
padding-top: 60px; |
|
min-height: 100vh; |
|
position: relative; |
|
padding-bottom: 100px; |
|
font-family: numeralLight; |
|
.footer { |
|
position: absolute; |
|
bottom: 0px; |
|
left: 0px; |
|
} |
|
main { |
|
width: 100%; |
|
margin: 0px auto; |
|
} |
|
} |
|
|
|
.MuiFormControl-root { |
|
width: 100%; |
|
margin: 10px auto !important; |
|
.MuiSelect-iconOutlined { |
|
display: none; |
|
} |
|
.MuiSelect-outlined.MuiSelect-outlined { |
|
padding-right: 15px; |
|
} |
|
color: #797979 !important; |
|
} |
|
|
|
.MuiSelect-select:focus { |
|
// background-color: inherit !important; |
|
// color: #4d4d4d !important; |
|
border: 1px solid #707070; |
|
} |
|
|
|
.MuiMenu-list { |
|
|
|
} |
|
|
|
.MuiMenuItem-root{ |
|
background: #272727 !important; |
|
border-bottom: 1px solid #707070 !important; |
|
color: white !important; |
|
font-size: 14px !important; |
|
font-family: numeralLight !important; |
|
padding: 20px !important; |
|
} |
|
|
|
.MuiSelect-root { |
|
font-family: numeralLight !important; |
|
color: white !important; |
|
} |
|
|
|
.MuiOutlinedInput-notchedOutline legend{ |
|
display: none !important; |
|
} |
|
|
|
@media screen and (min-width: 1441px) { |
|
.submit{ |
|
font-size: 20px; |
|
} |
|
.main{ |
|
main { |
|
max-width: 1350px; |
|
} |
|
} |
|
.mobile{ |
|
display: none !important; |
|
} |
|
} |
|
|
|
@media screen and (min-width: 1008px) and (max-width: 1440px){ |
|
.submit{ |
|
font-size : calc(100vw / 80); |
|
} |
|
.main{ |
|
main { |
|
max-width: 1250px; |
|
} |
|
} |
|
.mobile{ |
|
display: none !important; |
|
} |
|
} |
|
|
|
@media screen and (min-width: 641px) and (max-width: 1007px) { |
|
.desktop{ |
|
display: none !important; |
|
} |
|
.submit-large{ |
|
font-size: calc(100vw / 38); |
|
} |
|
} |
|
|
|
@media screen and (max-width: 640px) { |
|
.desktop{ |
|
display: none !important; |
|
} |
|
.submit{ |
|
font-size: calc(100vw / 25); |
|
} |
|
} |