add styles for status marker

This commit is contained in:
Florian BLOUET
2015-11-26 15:22:51 +01:00
parent 5d2735cd0a
commit 6c469ea28b

View File

@@ -505,6 +505,24 @@ H4 {
margin: 3px 1px 3px 1px; margin: 3px 1px 3px 1px;
} }
.status-marker {
line-height: 10px;
border-radius: 50%;
width: 7px;
height: 7px;
display: inline-block;
margin-right: 8px;
margin-bottom: 0px;
&.status-active{
background-color: #58d5b5;
box-shadow: 0 0 6px #69fcd6;
}
&.status-inactive {
background-color: #aaaaaa;
box-shadow: inset 1px 1px 2px 0px rgba(0,0,0,0.7);
}
}
@import 'ui-components/jquery-ui'; @import 'ui-components/jquery-ui';