Skip to content

Commit b571c64

Browse files
committed
Adjust styles for SSO settings
1 parent b00b1c6 commit b571c64

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

client/style.less

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
@import (reference) "../customize/src/less2/include/colortheme-all.less";
2+
@import (reference) "../customize/src/less2/include/variables.less";
23

34
body {
45
#cp-sidebarlayout-container #cp-sidebarlayout-rightside .cp-sidebarlayout-element[data-item] .cp-sidebar-form.plugin-sso-provider-list {
56
flex-flow: row;
67
& > div {
78
padding: 0.5rem;
89
padding-top: 0;
9-
margin: 0.5rem;
10-
border: 1px solid @cryptpad_text_col;
10+
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;
1114
}
1215
}
1316
}

0 commit comments

Comments
 (0)