mirror of
https://github.com/sstent/node.git
synced 2026-01-27 07:33:13 +00:00
updated app
This commit is contained in:
17
node_modules/derby-examples/widgets/styles/app.less
generated
vendored
Normal file
17
node_modules/derby-examples/widgets/styles/app.less
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
@import "base";
|
||||
|
||||
.connection {
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 0;
|
||||
z-index: 99;
|
||||
}
|
||||
.connection > .alert {
|
||||
border-top: 0;
|
||||
border-radius: 0 0 4px 4px;
|
||||
padding-right: 14px;
|
||||
display: inline-block;
|
||||
}
|
||||
Reference in New Issue
Block a user