mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
New UI merge in progress
This commit is contained in:
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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user