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.
 
 
 
 
 
 

45 lines
748 B

// Copyright (c) 2018 Tildes contributors <code@tildes.net>
// SPDX-License-Identifier: AGPL-3.0-or-later
.group-list {
.link-group {
font-weight: bold;
}
.group-subscription {
flex-direction: column;
margin: 0;
}
.group-subscription-count {
margin-bottom: 0.2rem;
}
}
.group-list-description {
font-style: italic;
margin-left: 1rem;
font-size: 0.6rem;
line-height: 0.8rem;
}
.group-subscription {
display: flex;
align-items: center;
margin: 1rem 0;
.group-subscription-count, button {
flex: 1; // makes the two elements equal width
}
.btn-used {
border: 0;
}
}
.group-subscription-count {
white-space: nowrap;
font-size: 0.6rem;
text-align: center;
margin-right: 0.2rem;
}