client/src/components/Navbar.scss
author ymh <ymh.work@gmail.com>
Tue, 28 Aug 2018 16:57:31 +0200
changeset 148 fcce52a159bc
parent 146 4f4bb2b3ef39
child 150 97536386b397
permissions -rw-r--r--
remove react-bootstrap - add a login dropdown component - add a group login component - remove reference to react-bootstrap

.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;

}

.ReactModal__Overlay {
    margin-top: 5%;
}

.modal-footer .btn {
    margin-top: 40px;
    padding: 16px;
    font-weight: bold;
}