/
home
/
obinna
/
html
/
cravings
/
public
/
css2
/
Upload File
HOME
* { box-sizing: border-box; } @media screen and (max-width: 767px) { input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="password"] { font-size: 16px; } } @font-face { font-family: themify; src: url(../fonts/themify.eot?-fvbane); src: url(../fonts/themify.eot?#iefix-fvbane) format('embedded-opentype'), url(../fonts/themify.woff?-fvbane) format('woff'), url(../fonts/themify.ttf?-fvbane) format('truetype'), url(../fonts/themify.svg?-fvbane#themify) format('svg'); font-weight: 400; font-style: normal } .ta { font-family: themify; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .ta-target:before { content: "\e607"; } .tabs-root { width: 100%; background-color: #fff; position: sticky; top: 0; z-index: 90; } .multi-root { color: rgba(0, 0, 0, 0.87); transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; background-color: #fff; } .multi-root2 { /* box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12); */ border-bottom: 1px solid #ccc; } .TabBar { width: 100%; display: flex; z-index: 1100; box-sizing: border-box; flex-shrink: 0; flex-direction: column; } .multi-static { position: static; } .TabBar-colorDefault { color: rgba(0, 0, 0, 0.87); background-color: #f5f5f5; } .Tabs-root { display: flex; overflow: hidden; min-height: 48px; -webkit-overflow-scrolling: touch; } .Tabs-scroller { flex: 1 1 auto; display: inline-block; position: relative; white-space: nowrap; } .Tabs-fixed { width: 100%; overflow-x: hidden; overflow: hidden; } .flexContainer { display: flex; } .Button-root { color: inherit; border: 0; cursor: pointer; margin: 0; display: inline-flex; outline: none; padding: 0; position: relative; align-items: center; user-select: none; border-radius: 0; vertical-align: middle; -moz-appearance: none; justify-content: center; text-decoration: none; background-color: transparent; -webkit-appearance: none; -webkit-tap-highlight-color: transparent; } .Tab-root { padding: 6px 12px; overflow: hidden; position: relative; font-size: 0.875rem; max-width: 264px; min-width: 72px; box-sizing: border-box; min-height: 48px; text-align: center; flex-shrink: 0; font-family: "Roboto", "Helvetica", "Arial", sans-serif; font-weight: 500; line-height: 1.75; white-space: normal; letter-spacing: 0.02857em; text-transform: uppercase; } @media (min-width: 960px){ .Tab-root { font-size: 0.8125rem; min-width: 160px; } } .textColorPrimary { color: rgba(0, 0, 0, 0.54); } .fullWidth { flex-grow: 1; max-width: none; flex-basis: 0; flex-shrink: 1; } .Tab-wrapper { width: 100%; display: inline-flex; align-items: center; flex-direction: column; justify-content: center; } .ripple-root { top: 0; left: 0; width: 100%; height: 100%; display: block; z-index: 0; overflow: hidden; position: absolute; border-radius: inherit; pointer-events: none; } .textColorPrimary.selected { color: #3f51b5; border-bottom: 2px solid #3f51b5; } @keyframes spin { from { transform:rotate(0deg); } to { transform:rotate(360deg); } } .vex.vex-theme-os .vex-content { height: 100vh; width: 100%; } .vex.vex-theme-plain { padding-top: 0; padding-bottom: 0; }