File tree Expand file tree Collapse file tree 2 files changed +45
-1
lines changed
content/en/resources/keps Expand file tree Collapse file tree 2 files changed +45
-1
lines changed Original file line number Diff line number Diff line change 11.navbar-brand__name {
22 text-transform : uppercase ;
33}
4+
5+ /* KEP page styles */
6+ .kep-page {
7+ .kep-stage-badge {
8+ margin-bottom : 1rem ;
9+
10+ .badge {
11+ font-size : 0.9rem ;
12+ padding : 0.5em 1em ;
13+ border-radius : 4px ;
14+ }
15+ }
16+
17+ .kep-stage-alpha .badge {
18+ background-color : #ffc107 ;
19+ color : #000 ;
20+ }
21+
22+ .kep-stage-beta .badge {
23+ background-color : #17a2b8 ;
24+ color : #fff ;
25+ }
26+
27+ .kep-stage-stable .badge {
28+ background-color : #28a745 ;
29+ color : #fff ;
30+ }
31+
32+ .kep-stage-deprecated .badge {
33+ background-color : #6c757d ;
34+ color : #fff ;
35+ }
36+
37+ h2 {
38+ font-size : 1.3rem ;
39+ border-bottom : 1px solid #dee2e6 ;
40+ padding-bottom : 0.5rem ;
41+ margin-top : 1.5rem ;
42+ }
43+
44+ .table {
45+ max-width : 600px ;
46+ }
47+ }
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ linktitle: Enhancements
33title : Kubernetes Enhancement Proposals (KEPs)
44description : |
55 List of Kubernetes enhancements
6- type : docs
6+ type : keps
77---
88
99These data come from the [ kubernetes/enhancements]
You can’t perform that action at this time.
0 commit comments