/
home
/
obinna
/
html
/
cravings
/
public
/
css
/
Upload File
HOME
:root { --yellow: #F4A44D; --yellow-two: #ffc107; --red: #c32026; --red-two: #c32022; } @font-face { font-family: Gilroy; src: url('/css/fonts/Gilroy-Regular.otf'); font-display: swap; } @font-face { font-family: 'Gilroy Medium'; src: url('/css/fonts/font.woff'); font-display: swap; } @font-face { font-family: 'GilroyItalic'; src: url('/css/fonts/Gilroy-RegularItalic.otf'); font-display: swap; } @font-face { font-family: 'Gilroy Light'; src: url('/css/fonts/Gilroy-Light.otf'); font-display: swap; } @font-face { font-family: 'Gilroy Semi Bold'; src: url('/css/fonts/Gilroy-Semibold.otf'); font-display: swap; } @font-face { font-family: 'Gilroy Bold'; src: url('/css/fonts/Gilroy-Bold.otf'); font-display: swap; } * { box-sizing: border-box; font-family: 'Gilroy', sans-serif; } body { font-family: 'Gilroy', sans-serif; background: #fff; width: 100%; overflow-x: hidden; } a { color: #222; font-size: 1.2rem; text-decoration: none; } a:hover { text-decoration: none; color: #222; } p { margin-bottom: 0; } h1, h2, h3, h4, h5, h6, strong { font-family: 'Gilroy Bold', sans-serif; margin: 0; padding: 0; } @keyframes alert { 0% {opacity: 0; visibility: hidden;} 25% {opacity: 1; visibility: visible;} 50% {opacity: 1; visibility: visible;} 100% {opacity: 0; visibility: hidden;} } .alerts { position: fixed; top: 10px; right: 40%; padding: 10px 20px; color: #fff; z-index: 100; border-radius: 5px; opacity: 0; animation-name: alert; animation-duration: 5s; } .alerts-success { background: #7AC35F; } .form-control:focus { color: #495057; background-color: #fff; border-color: rgba(0, 0, 0, .15); outline: 0; } button:focus { outline: 0; } .button { font-size: 16px; font-weight: 500; padding: 10px 30px; border: 1px solid; cursor: pointer; } .button-primary { background-color: var(--red-two); color: #fff; border-color: var(--red-two); } .button-primary:hover { background-color: var(--red-two) !important; color: #fff !important; border-color: var(--red-two) !important; } .button-secondary { background-color: #fff; color: var(--red-two); border-color: var(--red-two); } .button-secondary:hover { background-color: var(--red-two) !important; color: #fff !important; border-color: var(--red-two) !important; } .button-warning { background-color: var(--yellow-two); border-color: var(--yellow-two); } .button-cool { background-color: #373737; color: #fff; border: 1px solid transparent; } .button-cool:hover { background-color: #fff; color: #373737; border: 1px solid #373737; } .btn-circle { border-radius: 30px; } button .fa.fa-heart, button .fa.fa-heart-o { cursor: pointer; } .badge { padding: 3px 6px; margin-right: 2px; } .badge-warning { background: var(--yellow-two); } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg) } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg) } } @keyframes fade-in { 0% { -webkit-opacity: 0; opacity: 0 } 100% { -webkit-opacity: 1; opacity: 1 } } .flash-message { animation: fade-in 0.8s linear; } .fa-spin { -webkit-animation: fa-spin 2s linear infinite; animation: fa-spin 2s linear infinite; } @media (max-width: 767px) { .navbar { border-bottom: 1px solid #eee; } .navbar-collapse { display: none; } .show-lg { display: none; } } @media (min-width: 767px) { .hide-lg { display: none; } .col-7 { width: 100%; } } @media (min-width: 900px) { .col-7 { width: 80%; } } @media (min-width: 1200px){ .col-7 { width: 60%; } } .col-7 { padding: 0; } .containers { width: 90%; } @media (max-width: 520pxpx){ .containers { width: 95%; } } .navbar { background: transparent; } .navbar .nav-item .nav-link:hover { color: #222; } .navbar-collapse { -ms-flex-preferred-size: 100%; flex-basis: 100%; -ms-flex-align: center; align-items: center } .nav-icon { width: 40px; } .navbar-toggler { padding: 0; font-size: 1.25rem; line-height: 1; background: 0 0; border: 1px solid transparent; border-radius: .25rem; } .nav-link.btn.btn-primary { padding: 6px 20px; margin-right: 4px; margin-left: 4px; background-color: var(--red-two); } .ml-auto { margin-left: auto; } .flash-message { position: fixed; top: 10px; right: 10px; z-index: 9999999; padding: 12px; background: #28a745; color: #fff; max-width: 500px; display: none; font-size: 18px; } .flash-message span.closes { position: absolute; top: 5px; right: 10px; color: #222; cursor: pointer; } /* Skeleton loading */ @keyframes pulse { 0% { background-color: rgba(165, 165, 165, 0.1); } 50% { background-color: rgba(165, 165, 165, 0.3); } 100% { background-color: rgba(165, 165, 165, 0.1); } } .skeleton-background { margin: auto; margin-bottom: 5px; padding: 7px; animation: pulse 1s infinite ease-in-out; } .float-bottom-right { position: fixed; bottom: 25px; right: 25px; } @media (max-width: 767px) { .float-bottom-right { bottom: 55px; right: 15px; } }