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