15 lines
391 B
Plaintext
15 lines
391 B
Plaintext
// out: false, sourceMap: false, main: ../style.less
|
|
@import "colors.less";
|
|
@import "header.less";
|
|
|
|
.alarm-ribbon {
|
|
background-image: @color-alarm-background-image;
|
|
box-shadow: @color-alarm-box-shadow;
|
|
height: 100%;
|
|
min-width: 100px;
|
|
float: left;
|
|
border-top-right-radius: @header-height /2;
|
|
border-bottom-right-radius: @header-height /2;
|
|
margin-right: 5px;
|
|
}
|