contrast ratio
This commit is contained in:
parent
0b1c5e19ff
commit
8321719995
File diff suppressed because one or more lines are too long
@ -38,8 +38,8 @@
|
||||
h1 {font-size: 254px;padding:0;margin:0;}
|
||||
h2 {font-size: 48px;color:#0C3B2E;text-transform: uppercase;margin:0;padding:0;}
|
||||
h3 {font-size: 18px;color:#0C3B2E;font-weight: bold;padding:0;margin:0;}
|
||||
p.description {font-size: 18px;color:#6d8982;padding:0;margin:0;}
|
||||
p.description_large {font-size: 24px;color:#6d8982;padding:0;margin:0;}
|
||||
p.description {font-size: 18px;color:#4e7067;padding:0;margin:0;}
|
||||
p.description_large {font-size: 24px;color:#4e7067;padding:0;margin:0;}
|
||||
a:focus {outline: none;}
|
||||
span.nobreak {white-space: nowrap;}
|
||||
|
||||
@ -49,7 +49,7 @@
|
||||
#top_line_container {position: fixed;top:0;width: 100%;background-color: #FCFFFB;user-select: none;z-index: 11;min-width: 360px;}
|
||||
#top_line {position:relative;display: flex;flex-direction: row;justify-content: space-around;padding:18px 0;height:80px;box-sizing: border-box; border-bottom: 1px solid #e7ede7;}
|
||||
#top_menu {display:flex;flex-direction:row;gap: 40px;margin-top:13px;height:18px;align-items: center;}
|
||||
#top_menu a {color: #6D8982;font-size:14px;font-weight: 500;line-height: 17px;text-decoration: none;}
|
||||
#top_menu a {color: #4e7067;font-size:14px;font-weight: 500;line-height: 17px;text-decoration: none;}
|
||||
#top_menu a:hover {color: #5EA12D;}
|
||||
#top_menu a:focus {outline: none;}
|
||||
#try_button {background-color: #FFBA00;padding:13px 43px;font-weight: bold;border-radius: 100px;color:#0C3B2E;text-decoration: none;
|
||||
@ -62,17 +62,17 @@
|
||||
.container_row {display: flex;flex-direction: row;gap: 34px;align-items: flex-end}
|
||||
.big_index_greeting {font-size:254px;font-weight: 900;line-height: 214px;color:#0c3b2e;text-transform: uppercase;letter-spacing: -0px;}
|
||||
#page_index_store_btns {height:52px;display: flex;flex-direction: row;gap:30px;align-items: center;padding-top:40px;}
|
||||
#page_index_store_btns a {display: flex;align-items: center;color:#6d8982;font-weight: bold;padding:14px 0;text-decoration: none;}
|
||||
#page_index_store_btns a {display: flex;align-items: center;color:#4e7067;font-weight: bold;padding:14px 0;text-decoration: none;}
|
||||
#page_index_store_btns img {height: 24px;margin-right: 12px;}
|
||||
|
||||
#page_autobasket {}
|
||||
#page_autobasket_content {display: flex;flex-direction: column;gap: 64px;}
|
||||
#page_autobasket_content_description {text-align: center;}
|
||||
#page_autobasket_content_description p {font-size: 24px;color: #6d8982;}
|
||||
#page_autobasket_content_description p {font-size: 24px;color: #4e7067;}
|
||||
#page_autobasket_images {display: flex;flex-direction: row;gap: 20px;justify-content: center;}
|
||||
#page_autobasket_images div {display: flex;flex-direction: column; gap: 16px;max-width: 387px;text-align: center;align-items: center;}
|
||||
#page_autobasket_images img {max-width: 100%;}
|
||||
#page_autobasket_images p {font-size: 18px;color:#6d8982;padding:0;margin:0;}
|
||||
#page_autobasket_images p {font-size: 18px;color:#4e7067;padding:0;margin:0;}
|
||||
.autobasket_image_wrapper {aspect-ratio: 300/317;background-color: #edfaad;border-radius: 24px;justify-content: center;}
|
||||
|
||||
#page_meal_plan {}
|
||||
@ -81,7 +81,7 @@
|
||||
#page_meal_plan_broc {max-width:529px;border-radius: 24px;}
|
||||
#page_meal_plan_items {gap: 24px;display: flex;flex-direction: column;}
|
||||
.page_meal_plan_item {display: flex;flex-direction: row;gap: 16px;max-width: 650px;}
|
||||
.page_meal_plan_item p {font-size:18px;color:#6d8982;padding: 0;margin:0;}
|
||||
.page_meal_plan_item p {font-size:18px;color:#4e7067;padding: 0;margin:0;}
|
||||
.page_meal_plan_item img {width:54px;}
|
||||
.page_meal_plan_item_text {display: flex;flex-direction: column;gap:8px;}
|
||||
.page_meal_plan_item_text span {white-space: nowrap;}
|
||||
@ -205,13 +205,13 @@
|
||||
#page_footer {margin-top: 60px;}
|
||||
#page_footer > div {flex-direction: column;align-items: flex-start;padding-left:10px;gap: 16px;}
|
||||
#page_footer > div {font-size: 14px;}
|
||||
#page_footer a {color:#6d8982;}
|
||||
#page_footer a {color:#4e7067;}
|
||||
#bottom_logo {margin-bottom: 32px;}
|
||||
#bottom_contacts_header {font-weight: bold;margin-bottom: 4px;}
|
||||
#bottom_contacts_header {font-size:14px;}
|
||||
#bottom_contacts {margin-bottom: 8px;}
|
||||
#bottom_contacts_big {display: none;}
|
||||
#bottom_contacts_small {display: flex;color:#6d8982;padding-bottom: 80px;}
|
||||
#bottom_contacts_small {display: flex;color:#4e7067;padding-bottom: 80px;}
|
||||
}
|
||||
@media (max-width: 420px){
|
||||
br.small {display: initial !important;}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user