Update callouts.css
This commit is contained in:
@@ -29,42 +29,23 @@
|
|||||||
border-radius:4px;
|
border-radius:4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.beta::before, .stable::before, .alpha::before, .deprecated::before {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.beta {
|
.beta {
|
||||||
color: #31708f;
|
color: #31708f;
|
||||||
border-color: #bce8f1;
|
border-color: #bce8f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.beta::before {
|
|
||||||
content: "Feature State: Beta";
|
|
||||||
}
|
|
||||||
|
|
||||||
.stable {
|
.stable {
|
||||||
color: #3c763d;
|
color: #3c763d;
|
||||||
border-color: #d6e9c6;
|
border-color: #d6e9c6;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stable::before {
|
|
||||||
content: "Feature State: Stable";
|
|
||||||
}
|
|
||||||
|
|
||||||
.alpha {
|
.alpha {
|
||||||
color: #8a6d3b;
|
color: #8a6d3b;
|
||||||
border-color: #faebcc;
|
border-color: #faebcc;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alpha::before {
|
|
||||||
content: "Feature State: Alpha";
|
|
||||||
}
|
|
||||||
|
|
||||||
.deprecated {
|
.deprecated {
|
||||||
color: #a94442;
|
color: #a94442;
|
||||||
border-color: #ebccd1;
|
border-color: #ebccd1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.deprecated::before {
|
|
||||||
content: "⛔ Feature State: Deprecated";
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user