/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/2815083 * @preserve */ /** * Page local-tasks styles. */ :root { /* * This is default Farmers market color scheme. It will be overriden when you change it in theme settings. */ /* static colors */ /* * Typography. */ /* 1rem = 16px if font root is 100% ands browser defaults are used. */ /* ~64px */ /* ~48px */ /* ~32px */ /* ~24px */ /* ~20px */ /* 16px */ /* ~14px */ /* ~13px */ /* ~11px */ /** * Spaces. */ /* 4 * 16px = 64px */ /* 3 * 16px = 48px */ /* 2 * 16px = 32px */ /* 1 * 16px = 16px */ /* 0.75 * 16px = 12px */ /* 0.5 * 16px = 8px */ /* 0.25 * 16px = 4px */ /* 120 * 16px = 1920px */ /* 101.25 * 16px = 1620px */ /** * Common. */ /** * Inputs. */ } .block-local-tasks-block .block__content ul { display: flex; margin: 0; padding: 0; list-style: none; } .block-local-tasks-block .block__content ul li { margin-right: 2rem; } .block-local-tasks-block .block__content ul li:last-child { margin-right: 0; } .block-local-tasks-block a { display: block; padding: 0.5rem 2rem; text-decoration: none; color: #ffffff; border-radius: 1rem 1rem 0 0; background-color: #712c1e; font-size: 1rem; } .block-local-tasks-block a:hover { transition: background-color 0.3s ease-out; background-color: #db9e36; }