node-red/editor/sass/editor.scss

103 lines
2.1 KiB
SCSS
Raw Normal View History

2015-04-09 15:46:29 +02:00
/**
* Copyright 2015 IBM Corp.
*
* 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.
**/
2016-01-31 23:27:14 +01:00
.dialog-form,#dialog-form, #dialog-config-form {
2015-04-09 15:46:29 +02:00
margin: 0;
height: 100%;
}
.input-error {
border-color: rgb(214, 97, 95) !important;
}
.form-row {
clear: both;
2015-07-13 12:26:29 +02:00
color: $form-text-color;
2015-07-14 00:21:03 +02:00
margin-bottom:12px;
2015-04-09 15:46:29 +02:00
}
.form-row label {
display: inline-block;
width: 100px;
}
.form-row input {
width:70%;
}
.form-tips {
2015-07-14 00:21:03 +02:00
background: #ffe;
2015-04-09 15:46:29 +02:00
padding: 8px;
2015-07-14 00:21:03 +02:00
border-radius: 2px;
border: 1px solid $secondary-border-color;
2015-04-09 15:46:29 +02:00
max-width: 450px;
}
.form-tips code {
border: none;
padding: auto;
}
2015-07-14 00:21:03 +02:00
.form-tips a {
text-decoration: underline;
}
2015-04-09 15:46:29 +02:00
.node-text-editor {
border:1px solid #ccc;
border-radius:5px;
overflow: hidden;
2015-06-16 21:56:09 +02:00
font-size: 14px !important;
font-family: monospace !important;
2015-04-09 15:46:29 +02:00
}
2015-07-14 00:21:03 +02:00
.editor-button {
@include workspace-button;
2015-07-14 16:59:56 +02:00
height: 34px;
line-height: 32px;
2015-07-14 16:59:56 +02:00
font-size: 13px;
border-radius: 4px;
2015-07-14 00:21:03 +02:00
padding: 0 10px;
}
2015-07-14 16:59:56 +02:00
.editor-button-small {
height: 20px;
line-height: 18px;
font-size: 10px;
border-radius: 2px;
padding: 0 5px;
}
#node-config-dialog-scope-container {
cursor: auto;
float: right;
font-size: 12px !important;
}
#node-config-dialog-scope-warning {
display: inline-block;
margin-right: 5px;
color: #AD1625;
vertical-align: middle;
}
#node-config-dialog-scope {
margin: 1px 0 0 0;
padding: 0;
height: 22px;
width: 110px;
}
#node-config-dialog-user-count {
vertical-align: middle;
display:inline-block;
margin-top: 10px;
margin-right: 20px;
float:left;
font-size: 12px;
}