mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 13:31:21 +00:00
Basic bulk actions styling.
This commit is contained in:
parent
e2eaf6619e
commit
b7d5faed77
1 changed files with 24 additions and 1 deletions
|
@ -277,6 +277,9 @@
|
||||||
right: 5px;
|
right: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&-bulk-actions {
|
||||||
|
right: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.rp-state-overview & {
|
.rp-state-overview & {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
@ -335,6 +338,12 @@
|
||||||
border-left-color: @rp-yellow;
|
border-left-color: @rp-yellow;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&-bulk-actions {
|
||||||
|
background-color: transparent;
|
||||||
|
right: auto;
|
||||||
|
border-left-width: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.rp-entry-body {
|
.rp-entry-body {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -451,7 +460,8 @@
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rp-add-comment-btn {
|
.rp-add-comment-btn,
|
||||||
|
.rp-bulk-actions-btn {
|
||||||
.rp-button();
|
.rp-button();
|
||||||
display: block;
|
display: block;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
|
@ -464,6 +474,19 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rp-bulk-actions-btn {
|
||||||
|
display: inline-block;
|
||||||
|
border-radius: 0;
|
||||||
|
&:first-child {
|
||||||
|
border-top-left-radius: 3px;
|
||||||
|
border-bottom-left-radius: 3px;
|
||||||
|
}
|
||||||
|
&:last-child {
|
||||||
|
border-top-right-radius: 3px;
|
||||||
|
border-bottom-right-radius: 3px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.rp-new-comment {
|
.rp-new-comment {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue