We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b00b1c6 commit b571c64Copy full SHA for b571c64
client/style.less
@@ -1,13 +1,16 @@
1
@import (reference) "../customize/src/less2/include/colortheme-all.less";
2
+@import (reference) "../customize/src/less2/include/variables.less";
3
4
body {
5
#cp-sidebarlayout-container #cp-sidebarlayout-rightside .cp-sidebarlayout-element[data-item] .cp-sidebar-form.plugin-sso-provider-list {
6
flex-flow: row;
7
& > div {
8
padding: 0.5rem;
9
padding-top: 0;
- margin: 0.5rem;
10
- border: 1px solid @cryptpad_text_col;
+ margin: 0.5rem 0;
11
+ // border: 1px solid @cryptpad_text_col;
12
+ background-color: fade(@cryptpad_text_col, 10%);
13
+ border-radius: @variables_radius_L;
14
}
15
16
0 commit comments