client/src/components/Navbar.scss
author ymh <ymh.work@gmail.com>
Fri, 04 Aug 2017 10:46:17 +0200
changeset 139 d3738ac909d8
parent 130 78246db1cbac
child 144 8b950885ddae
permissions -rw-r--r--
provide a realistic default protocol
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
}