tweak transp theme signin button

This commit is contained in:
Thibault Duplessis 2019-05-03 08:40:42 +07:00
parent 8a9980fc17
commit 261747f2e7

View file

@ -57,6 +57,12 @@
}
.signin {
margin: 0 1rem;
@if $theme == 'transp' {
&.button-empty {
@extend %metal;
color: $c-font-clear;
}
}
}
.link-center {
margin-top: 5px;