Remove old css and js
This commit is contained in:
parent
16e860e00c
commit
a503417298
142 changed files with 156 additions and 1910 deletions
31
app/assets/stylesheets/badges.scss
Normal file
31
app/assets/stylesheets/badges.scss
Normal file
|
@ -0,0 +1,31 @@
|
|||
@import "colors";
|
||||
@import "constants";
|
||||
|
||||
.badge {
|
||||
padding: 0 5px;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
border-radius: 100px;
|
||||
background-color: rgba(0, 0, 0, 0.08);
|
||||
vertical-align: top;
|
||||
|
||||
&.baseline {
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
&.warning {
|
||||
background-color: $orange;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
&.procedure-synthese-badge {
|
||||
color: $white;
|
||||
background-color: $dark-grey;
|
||||
margin-left: 3px;
|
||||
padding-left: $default-spacer;
|
||||
padding-right: $default-spacer;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue