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.
42 lines
692 B
Plaintext
42 lines
692 B
Plaintext
.page-flags {
|
|
[component="flags/list"] {
|
|
tr {
|
|
.pointer;
|
|
}
|
|
}
|
|
|
|
#flags-daily-wrapper + .panel-footer {
|
|
.pointer;
|
|
}
|
|
|
|
[component="flag/reports"] {
|
|
blockquote {
|
|
margin: 0;
|
|
margin-top: 1rem;
|
|
}
|
|
}
|
|
|
|
[component="flag/notes"] {
|
|
.media {
|
|
padding: 1rem;
|
|
}
|
|
|
|
.media-right {
|
|
visibility: hidden;
|
|
|
|
i {
|
|
padding: 1rem;
|
|
}
|
|
}
|
|
|
|
&:hover {
|
|
.media-right {
|
|
visibility: visible;
|
|
}
|
|
}
|
|
|
|
.editing {
|
|
background-color: @state-info-bg;
|
|
}
|
|
}
|
|
} |