You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 lines
436 B

// Copyright (c) 2018 Tildes contributors <code@tildes.net>
// SPDX-License-Identifier: AGPL-3.0-or-later
.logged-in-user-info {
font-size: 0.8rem;
a {
@include min-touch-size;
display: flex;
align-items: center;
@media (min-width: $size-md) {
justify-content: right;
}
}
}
.logged-in-user-alert {
font-weight: bold;
font-size: 0.5rem;
color: $orange;
&:visited {
color: $orange;
}
}