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

39 lines
730 B
Plaintext

.page-flags {
[component="flags/list"] {
td {
max-width: 300px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
[component="flags/list/description"] {
font-style: italic;
color: @gray-light;
}
}
[component="flag/notes"] {
.media {
padding: 1rem;
}
.media-right {
visibility: hidden;
i {
padding: 1rem;
}
}
&:hover {
.media-right {
visibility: visible;
}
}
.editing {
background-color: @state-info-bg;
}
}
}