8 lines
98 B
SCSS
8 lines
98 B
SCSS
.new-node-form {
|
|
@extend .container;
|
|
}
|
|
|
|
.node-created {
|
|
@extend .jumbotron, .container;
|
|
}
|