mirror of
https://github.com/status-im/consul.git
synced 2025-02-26 12:25:41 +00:00
Add missing scss file
This commit is contained in:
parent
3161cf0c7d
commit
3f0560d098
6
ui-v2/app/styles/routes/dc/nodes/index.scss
Normal file
6
ui-v2/app/styles/routes/dc/nodes/index.scss
Normal file
@ -0,0 +1,6 @@
|
||||
// TODO: Generalize this, also see services/index
|
||||
html.template-node.template-show td.tags span {
|
||||
@extend %tag;
|
||||
background-color: $gray;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
@ -20,5 +20,4 @@ Feature: dc / services / show: Show Service
|
||||
Then I see the text "Tag1" in "[data-test-tags] span:nth-child(1)"
|
||||
Then I see the text "Tag2" in "[data-test-tags] span:nth-child(2)"
|
||||
Then I see the text "Tag3" in "[data-test-tags] span:nth-child(3)"
|
||||
Then pause for 5000
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user