Retrospring/app/assets/stylesheets/components/_mobile-nav.scss

18 lines
300 B
SCSS
Raw Normal View History

2021-08-05 15:36:02 -07:00
#rs-mobile-nav {
padding-bottom: unquote('calc(env(safe-area-inset-bottom) + 4px)');
2021-08-05 15:36:02 -07:00
.navbar-nav {
flex-direction: row;
justify-content: space-between;
width: 100%;
2021-08-06 14:19:50 -07:00
.nav-link {
padding: 0;
.fa {
padding-top: 8px;
font-size: 20px;
}
}
2021-08-05 15:36:02 -07:00
}
}