client/src/components/Navbar.scss
author ymh <ymh.work@gmail.com>
Sun, 30 Jul 2017 01:02:09 +0200
changeset 130 78246db1cbac
child 144 8b950885ddae
permissions -rw-r--r--
make synchronization recurent, improve synchronization status display
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
130
78246db1cbac make synchronization recurent, improve synchronization status display
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
.sync-button-synchronizing {
78246db1cbac make synchronization recurent, improve synchronization status display
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
    color: green;
78246db1cbac make synchronization recurent, improve synchronization status display
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
}
78246db1cbac make synchronization recurent, improve synchronization status display
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
78246db1cbac make synchronization recurent, improve synchronization status display
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
.sync-button-not-synchronized {
78246db1cbac make synchronization recurent, improve synchronization status display
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
    color: orange;
78246db1cbac make synchronization recurent, improve synchronization status display
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
}