commit | 35fdf249b31b003a163ee0582a77c91f15782587 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <teo@opennetworking.org> | Thu Nov 30 12:29:45 2017 -0800 |
committer | Matteo Scandolo <teo@opennetworking.org> | Thu Nov 30 12:30:09 2017 -0800 |
tree | e747da52fad4a95cb8fb06b4f3e3d7d8542cc8d8 | |
parent | 6fdd37b8110367e9cc828d95a97aebcef63b03e9 [diff] [blame] |
[CORD-2324] Position the nodes not defined in the constraints Change-Id: I712a90828e0b6a12b31f62f7391feee64c123f2c
diff --git a/src/index.scss b/src/index.scss index 49a5ed5..561a741 100644 --- a/src/index.scss +++ b/src/index.scss
@@ -73,3 +73,8 @@ .alert-danger { @include alert-variant($background-dark-color, $alert-danger-text, $alert-danger-border); } + +.modal-backdrop.in { + filter: alpha(opacity=50); + opacity: .5; +} \ No newline at end of file