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 {
|
.cp-support-list-actions {
|
||||||
margin: 10px 0px 10px 2px;
|
margin: 10px 0px 10px 2px;
|
||||||
}
|
}
|
||||||
.cp-support-list-message {
|
|
||||||
&:last-child:not(.cp-support-fromadmin) {
|
.cp-support-list-ticket:not(.cp-support-list-closed) {
|
||||||
color: @colortheme_cp-red;
|
.cp-support-list-message {
|
||||||
background-color: lighten(@colortheme_cp-red, 25%);
|
&:last-child:not(.cp-support-fromadmin) {
|
||||||
.cp-support-showdata {
|
color: @colortheme_cp-red;
|
||||||
background-color: lighten(@colortheme_cp-red, 30%);
|
background-color: lighten(@colortheme_cp-red, 25%);
|
||||||
|
.cp-support-showdata {
|
||||||
|
background-color: lighten(@colortheme_cp-red, 30%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -17,6 +17,10 @@
|
|||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
font: @colortheme_app-font;
|
font: @colortheme_app-font;
|
||||||
|
|
||||||
|
.cp-sidebarlayout-element {
|
||||||
|
max-width: 650px;
|
||||||
|
}
|
||||||
|
|
||||||
#cp-export-container {
|
#cp-export-container {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user