Fix font-weight of Unshare entry

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2017-04-07 20:31:26 +02:00
parent 11b46389af
commit 8db3419df1

View file

@ -477,7 +477,7 @@ kbd {
border-radius: 0;
text-align: left;
padding-left: 42px;
font-weight: normal;
font-weight: 300;
&:hover,
&:focus {
background-color: $color-main-background;
@ -667,7 +667,7 @@ kbd {
width: auto;
height: auto;
margin: 0;
font-weight: inherit;
font-weight: 300;
box-shadow: none;
/* prevent .action class to break the design */
&.action {