Add archived label on procedures list
This commit is contained in:
parent
29b201ad00
commit
1d53214870
4 changed files with 23 additions and 0 deletions
11
app/assets/stylesheets/new_design/labels.scss
Normal file
11
app/assets/stylesheets/new_design/labels.scss
Normal file
|
@ -0,0 +1,11 @@
|
|||
@import "colors";
|
||||
@import "constants";
|
||||
|
||||
.label {
|
||||
display: inline-block;
|
||||
padding: 4px $default-spacer;
|
||||
background: $grey;
|
||||
color: #FFFFFF;
|
||||
border-radius: 4px;
|
||||
font-size: 12px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue