From bd04ac097a0a29ba7c48a5f4a46d99ae7d86eea1 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 16 Jul 2018 18:55:47 +0200 Subject: Added bottom navbar --- public/css/app.css | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) (limited to 'public/css') diff --git a/public/css/app.css b/public/css/app.css index fd3bae7..ebb1437 100755 --- a/public/css/app.css +++ b/public/css/app.css @@ -10476,11 +10476,37 @@ a.text-dark:focus { } .navbar-laravel { - background-color: #fff; + margin: 0; + padding: 0; -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04); } +.navbar.fixed-bottom { + width: 100%; + background-color: #555; + overflow: auto; +} + +.navbar.fixed-bottom .navbar-icon { + float: left; + width: 20%; + text-align: center; + padding: 12px 0; + -webkit-transition: all 0.3s ease; + transition: all 0.3s ease; + color: white; + font-size: 36px; +} + +.navbar.fixed-bottom a:hover { + background-color: #000; +} + +.active { + background-color: #4CAF50 !important; +} + .alert { display: none; } -- cgit v1.2.3