mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 19:16:41 +07:00
fixed guest button appearance
This commit is contained in:
parent
4d950f214f
commit
72bd1d4f46
3 changed files with 5 additions and 2 deletions
|
@ -13,7 +13,7 @@ export const GuestButton = ({ onClick }: Props) => (
|
||||||
onClick={onClick}
|
onClick={onClick}
|
||||||
>
|
>
|
||||||
<Icon icon="icon-reg-1" />
|
<Icon icon="icon-reg-1" />
|
||||||
<span>ВОЙТИ</span>
|
<span className="desktop-only">ВОЙТИ</span>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
@ -167,6 +167,7 @@
|
||||||
@media (max-width: @mobile_breakpoint) {
|
@media (max-width: @mobile_breakpoint) {
|
||||||
z-index: 3;
|
z-index: 3;
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
|
align-items: flex-start;
|
||||||
|
|
||||||
.control-sep {
|
.control-sep {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
|
@ -7,7 +7,9 @@
|
||||||
}
|
}
|
||||||
.user-bar-guest {
|
.user-bar-guest {
|
||||||
// width: 168px;
|
// width: 168px;
|
||||||
|
@media (min-width: @mobile_breakpoint) {
|
||||||
width: 158px;
|
width: 158px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-button {
|
.user-button {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue