We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65df1e2 commit ef3f3e8Copy full SHA for ef3f3e8
brands.css
@@ -22,6 +22,17 @@ body{
22
font-family: 'Roboto Mono', monospace !important;
23
}
24
25
+
26
+/* Rounded avatars
27
+–––––––––––––––––––––––––––––––––––––––––––––––––– */
28
29
30
+.rounded-avatar {
31
+ border-radius: 50%;
32
+}
33
34
35
36
/* Buttons
37
–––––––––––––––––––––––––––––––––––––––––––––––––– */
38
share.button.css
@@ -1,3 +1,10 @@
1
+.share-icon {
2
+ padding: 0px 8px 3.5px 0px;
3
+ vertical-align: middle;
4
+ width: 20px;
5
+ height: 20px;
6
7
8
.sharediv {
9
position:relative;
10
top: 30px;
0 commit comments