- added page managebandi;
- improved styles of the pages and sections;
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
|
||||
&.p-tag-warning {
|
||||
background-color: $warningButtonBg;
|
||||
color: $warningButtonTextColor;
|
||||
color: $dangerButtonTextColor;
|
||||
}
|
||||
|
||||
&.p-tag-danger {
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
&.p-tag-warning {
|
||||
background-color: $warningButtonBg;
|
||||
color: $warningButtonTextColor;
|
||||
color: $dangerButtonTextColor;
|
||||
}
|
||||
|
||||
&.p-tag-danger {
|
||||
@@ -28,6 +28,11 @@
|
||||
color: $dangerButtonTextColor;
|
||||
}
|
||||
|
||||
&.p-tag-closed {
|
||||
background-color: $closedButtonBg;
|
||||
color: $dangerButtonTextColor;
|
||||
}
|
||||
|
||||
.p-tag-icon {
|
||||
margin-right: math.div($inlineSpacing, 2);
|
||||
font-size: $badgeFontSize;
|
||||
|
||||
Reference in New Issue
Block a user