forked from forgejo/forgejo
New UI merge in progress
This commit is contained in:
parent
0a739cf9ac
commit
8dd07c0ddd
199 changed files with 15030 additions and 9325 deletions
41
public/ng/less/ui/label.less
Normal file
41
public/ng/less/ui/label.less
Normal file
|
@ -0,0 +1,41 @@
|
|||
@import "var";
|
||||
|
||||
.label {
|
||||
padding: 2px 6px;
|
||||
color: @labelFontColor;
|
||||
}
|
||||
|
||||
.label-red {
|
||||
background-color: @labelRedColor;
|
||||
}
|
||||
|
||||
.label-blue {
|
||||
background-color: @labelBlueColor;
|
||||
}
|
||||
|
||||
.label-gray {
|
||||
background-color: @labelGrayColor;
|
||||
}
|
||||
|
||||
.label-green {
|
||||
background-color: @labelGreenColor;
|
||||
}
|
||||
|
||||
.label-orange {
|
||||
background-color: @labelOrangeColor;
|
||||
}
|
||||
|
||||
.label-black {
|
||||
background-color: @labelBlackColor;
|
||||
}
|
||||
|
||||
.label-radius{
|
||||
border-radius: .2em;
|
||||
}
|
||||
|
||||
.label-link{
|
||||
color: @labelFontColor;
|
||||
&:hover{
|
||||
color: @labelFontColor;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue