Blame view

imports/client/layouts/NonOrgApp.css 279 Bytes
7efc6960d   anuj_thakur   navigation fixes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  .brand-style
  {
    color:#00b395 !important;
    font-size: x-large;
    margin-left: -45px !important;
    font-family: 'Ubuntu', sans-serif;
  }
  
  .navbar-default .navbar-nav > li > a
  {
    color:#00b395 !important;
    font-family: 'Ubuntu', sans-serif;
    font-size: larger;
  }