Migrate SCSS entries from horizon

They are forgot to split out from horizon.

Change-Id: I2e0fc3c7871116616fe2db50c1ab5a0b2b8573a4
Closes-Bug: #1747500
This commit is contained in:
Akihiro Motoki 2018-02-06 07:42:20 +09:00
parent 8c74c1e3eb
commit 91d182f2d3
1 changed files with 9 additions and 0 deletions

View File

@ -1,7 +1,16 @@
@import "/dashboard/scss/components/resource_topology";
.sort-container {
/* FWaaS v2 and v1 */
#selected_port {
@include common_box_list_selected("rule");
}
/* FWaaS v2 */
#selected_port {
@include common_box_list_selected("port");
}
/* FWaaS v1 */
#selected_port {
@include common_box_list_selected("router");
}
}