We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c31363 commit d8385d1Copy full SHA for d8385d1
2 files changed
.gitignore
@@ -19,5 +19,4 @@ testem.log
19
/.idea
20
/.editorconfig
21
/vendor/*
22
-!/vendor/app.css
23
-!/vendor/nested-sortable.js
+!/vendor/signout-link.css
vendor/signout-link.css
@@ -0,0 +1,12 @@
1
+.username {
2
+ color: #FFF;
3
+ font-weight: bold;
4
+}
5
+
6
+.avatar {
7
+ height:auto;
8
+ width:auto;
9
+ max-width:30px;
10
+ max-height:30px;
11
+ margin-top: -5px;
12
0 commit comments