Improve design of status chips
This commit is contained in:
@ -16,28 +16,30 @@ button.small {
|
|||||||
padding: 2px 5px;
|
padding: 2px 5px;
|
||||||
color: @theme_fg_color;
|
color: @theme_fg_color;
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
.chip--warning {
|
.chip--warning {
|
||||||
background: alpha(@yellow_2, 0.2);
|
background: alpha(@yellow_2, 0.2);
|
||||||
|
color: darker(@yellow_5);
|
||||||
}
|
}
|
||||||
.chip--info {
|
.chip--info {
|
||||||
color: @blue_5;
|
|
||||||
background: alpha(@blue_2, 0.2);
|
background: alpha(@blue_2, 0.2);
|
||||||
|
color: darker(@blue_5);
|
||||||
}
|
}
|
||||||
.chip--degraded {
|
.chip--degraded {
|
||||||
color: @orange_5;
|
|
||||||
background: alpha(@orange_2, 0.2);
|
background: alpha(@orange_2, 0.2);
|
||||||
|
color: darker(@orange_5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.chip--danger {
|
.chip--danger {
|
||||||
background: alpha(@red_2, 0.2);
|
background: alpha(@red_2, 0.2);
|
||||||
|
color: darker(@red_5);
|
||||||
}
|
}
|
||||||
|
|
||||||
.chip--small {
|
.chip--small {
|
||||||
font-size: 0.8rem;
|
font-size: 0.8rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.sourceview {
|
.sourceview {
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user