Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
trash
/
vhost_www.traiteur-75.fr_1689065491
/
htdocs
/
assets
/
styles
/
front
/
/srv/data/trash/vhost_www.traiteur-75.fr_1689065491/htdocs/assets/styles/front/tab-bar.scss
.body-tab-bar { display: flex; align-items: center; justify-content: center; background-color: #eee; position: fixed; bottom: 0; width: 100%; z-index: 999999999; .menu { padding: 2rem; background-color: #fff; //width: calc(130px + 4 * 70px + 4rem); display: flex; justify-content: center; border-radius: 20px 20px; box-shadow: 0 10px 25px 0 rgba(#000, 0.075); } .link { display: inline-flex; justify-content: center; align-items: center; width: 70px; height: 30px; border-radius: 99em; position: relative; z-index: 1; overflow: hidden; transform-origin: center left; transition: width 0.2s ease-in; text-decoration: none; color: inherit; &:before { position: absolute; z-index: -1; content: ""; display: block; border-radius: 99em; width: 100%; height: 100%; top: 0; transform: translateX(100%); transition: transform 0.2s ease-in; transform-origin: center right; background-color: #eee; } } .link-icon { width: 28px; height: 28px; display: block; flex-shrink: 0; left: 18px; position: absolute; svg { width: 28px; height: 28px; } i{ font-size:26px; color: $default-color; } } .link-title { transform: translateX(100%); transition: transform 0.2s ease-in; transform-origin: center right; display: block; text-align: center; text-indent: 28px; width: 100%; } }