app/addons/setup/assets/scss/setup.scss (36 lines of code) (raw):

// Licensed under the Apache License, Version 2.0 (the "License"); you may not // use this file except in compliance with the License. You may obtain a copy of // the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, WITHOUT // WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the // License for the specific language governing permissions and limitations under // the License. @import "../../../../../assets/scss/variables"; .setup-screen { .header { margin-bottom: 1rem; } .configure-buttons { margin-top: 1.5rem; button { margin-right: 1.5rem; } } } .setup-setupnode-section { margin-top: 1rem; } .setup-addnode-section { border-top: 1px solid $cf-border-color01; border-bottom: 1px solid $cf-border-color01; margin-bottom: 1rem; .setup-nodelist { margin-bottom: 1rem; } } .setup-nodes { h2 { font-size: 16px; line-height: normal; margin: 10px 0; } .node-item { width: 400px; a { margin-left: 10px; } } }