mirror of https://github.com/xwiki-labs/cryptpad
Merge branch 'sidebarlayout' of github.com:xwiki-labs/cryptpad into sidebarlayout
This commit is contained in:
commit
38ac562de2
|
@ -27,12 +27,15 @@
|
|||
.cp-support-list-actions {
|
||||
margin: 10px 0px 10px 2px;
|
||||
}
|
||||
.cp-support-list-message {
|
||||
&:last-child:not(.cp-support-fromadmin) {
|
||||
color: @colortheme_cp-red;
|
||||
background-color: lighten(@colortheme_cp-red, 25%);
|
||||
.cp-support-showdata {
|
||||
background-color: lighten(@colortheme_cp-red, 30%);
|
||||
|
||||
.cp-support-list-ticket:not(.cp-support-list-closed) {
|
||||
.cp-support-list-message {
|
||||
&:last-child:not(.cp-support-fromadmin) {
|
||||
color: @colortheme_cp-red;
|
||||
background-color: lighten(@colortheme_cp-red, 25%);
|
||||
.cp-support-showdata {
|
||||
background-color: lighten(@colortheme_cp-red, 30%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -17,6 +17,10 @@
|
|||
flex-flow: column;
|
||||
font: @colortheme_app-font;
|
||||
|
||||
.cp-sidebarlayout-element {
|
||||
max-width: 650px;
|
||||
}
|
||||
|
||||
#cp-export-container {
|
||||
font-size: 16px;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue