Adjust color of user widget

This commit is contained in:
Ramon Wenger 2018-10-17 16:25:45 +02:00
parent 543ce6a464
commit 387a403565
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@
&__name { &__name {
padding: 0px 10px; padding: 0px 10px;
color: $color-grey;
font-family: $sans-serif-font-family; font-family: $sans-serif-font-family;
} }
@ -39,6 +40,7 @@
width: 30px; width: 30px;
height: 30px; height: 30px;
border-radius: 15px; border-radius: 15px;
fill: $color-grey;
} }
} }
</style> </style>