mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Seperated info messages to their own file
auto detect size still needs work
This commit is contained in:
@@ -81,3 +81,21 @@ div.node-info {
|
||||
margin: 8px auto;
|
||||
}
|
||||
}
|
||||
.node-info-tip {
|
||||
margin: 10px;
|
||||
margin-top: 30px;
|
||||
border-radius: 6px;
|
||||
padding: 12px;
|
||||
font-size: 18px;
|
||||
text-align: center;
|
||||
color : #aaa;
|
||||
background-color: #fff;
|
||||
code {
|
||||
font-size: 16px;
|
||||
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-weight: 700;
|
||||
padding: 3px 8px 3px 8px;
|
||||
border-radius: 4px;
|
||||
color: #aaa;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user