diff options
| author | cedricnjanga | 2017-10-30 12:42:41 +0100 |
|---|---|---|
| committer | cedricnjanga | 2017-10-30 12:42:41 +0100 |
| commit | 718d9ab7f8d5b1cd125ee341bd098c41615a0cbd (patch) | |
| tree | 8a34109a0427d459ddd522a187aa3fe96aaa2d5c /app | |
| parent | cb7e16653eb1dcb71fb46c84d7c1f3ea8aafd69a (diff) | |
| download | chouette-core-718d9ab7f8d5b1cd125ee341bd098c41615a0cbd.tar.bz2 | |
Refs #4805 Add style to breadcrumb links and change workbench link in breadcrumb
Diffstat (limited to 'app')
| -rw-r--r-- | app/assets/stylesheets/components/_breadcrumb.sass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components/_breadcrumb.sass b/app/assets/stylesheets/components/_breadcrumb.sass new file mode 100644 index 000000000..62f167eb4 --- /dev/null +++ b/app/assets/stylesheets/components/_breadcrumb.sass @@ -0,0 +1,3 @@ +.breadcrumbs + a + color: white
\ No newline at end of file |
