summaryrefslogtreecommitdiffstats
path: root/extensions/Review/web/styles/badge.css
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Review/web/styles/badge.css')
-rw-r--r--extensions/Review/web/styles/badge.css27
1 files changed, 26 insertions, 1 deletions
diff --git a/extensions/Review/web/styles/badge.css b/extensions/Review/web/styles/badge.css
index 53f539df8..9a6e14a8c 100644
--- a/extensions/Review/web/styles/badge.css
+++ b/extensions/Review/web/styles/badge.css
@@ -5,7 +5,32 @@
* This Source Code Form is "Incompatible With Secondary Licenses", as
* defined by the Mozilla Public License, v. 2.0. */
-#header .badge {
+#header-requests {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ margin: 0 4px !important;
+ width: 32px;
+ height: 32px;
+}
+
+#header-requests-menu-button .icon {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ width: 24px;
+ height: 24px;
+ background: #BBB;
+ color: #FFF;
+ border-radius: 50%;
+}
+
+#header-requests-menu-button .icon::before {
+ font-size: 16px;
+ content: '\E7F4';
+}
+
+#header-requests-menu-button .badge {
display: flex;
align-items: center;
justify-content: center;