]> git.mxchange.org Git - friendica.git/commitdiff
some initial work on badges
authorrabuzarus <>
Thu, 21 Apr 2016 02:09:20 +0000 (04:09 +0200)
committerrabuzarus <>
Thu, 21 Apr 2016 02:09:20 +0000 (04:09 +0200)
css/style.css

index 8934c9e13d8407a71396be51a1b06070062f42f6..b0ce8697f8d7284b42b528056dbb16ac9c0ba081 100644 (file)
@@ -164,6 +164,16 @@ iframe, img {
     background: $link_hover_color;
 }
 
+/* Badges */
+.badge {
+    vertical-align: baseline;
+    background-color: $link_color;
+    border-radius: 4px;
+}
+aside .badge {
+    opacity: 0.7;
+}
+
 
 header #site-location {
     display: none;