diff --git a/src/dev-center/css/style.css b/src/dev-center/css/style.css index a63c1496..51a88904 100644 --- a/src/dev-center/css/style.css +++ b/src/dev-center/css/style.css @@ -36,6 +36,16 @@ body{ align-items: center; flex: 1; } + +h1 .app-count{ + font-size: 20px; + color: #6d767d; + font-weight: 400; + margin-left: 10px; + background-color: #EEE; + padding: 2px 10px; + border-radius: 3px; +} /* ------------------------------------ Button ------------------------------------*/ @@ -451,6 +461,14 @@ label { background-color: #3273dc; } +.sidebar-nav > li .app-count{ + font-size: 14px; + color: #f6f6f6; + font-weight: 400; + margin-left: 10px; + float: right; +} + .sidebar hr { margin-top: 20px; margin-bottom: 20px; diff --git a/src/dev-center/index.html b/src/dev-center/index.html index 4046b446..9f104d14 100644 --- a/src/dev-center/index.html +++ b/src/dev-center/index.html @@ -51,7 +51,7 @@