client/src/components/Navbar.scss
author Riwad Salim
Wed, 15 Aug 2018 23:39:02 +0200
changeset 145 5d2bc8c877ea
parent 144 8b950885ddae
child 146 4f4bb2b3ef39
permissions -rw-r--r--
Adding class for specific css in App, Navbar and SessionList components

.sync-button-synchronizing {
    color: lightgreen;
}

.sync-button-not-synchronized {
    color: white;
}

#brand {
    margin-top: 5px;
    font-size: 30px;
}

.navbar-nav .navs, .navbar-right .navs {
    font-size: 20px;
    margin-top: 7px;
    background-color: #769FED;
    }

.navbar-right .navs:focus {
    background-color: #769FED;
}

#sync-button {
    margin-top: 7px;
}

#groups {
    color: #769FED;
    font-size: 18px;
    font-weight: bold;
    background-color: white;
}

.navs .user-dropdown {
    font-size: 18px;
    font-weight: bold;

}