diff --git a/amadeus/static/css/base/amadeus.css b/amadeus/static/css/base/amadeus.css index 2b71a83..5d86939 100755 --- a/amadeus/static/css/base/amadeus.css +++ b/amadeus/static/css/base/amadeus.css @@ -1,3 +1,29 @@ + +/* sidebar menu */ + +#sidebar-menu{ + margin-left: 10%; +} +#sidebar-menu > .item{ + font-size: 45px; + background-color: #26A69A; + color: white; + width: 50%; + margin-bottom: 3%; +} + +#sidebar-menu > .item:hover{ + + background-color: #00695C; + +} + + +#sidebar-menu > .item i { + margin-left: 10%; +} +/* side bar menu ends*/ + .clearfix{ clear: both; } diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html index 421240f..7f8420c 100644 --- a/amadeus/templates/base.html +++ b/amadeus/templates/base.html @@ -129,28 +129,29 @@