merge communities-allow-list and lint compliance
This commit is contained in:
@@ -72,6 +72,10 @@
|
||||
z-index: 100000; // alertify container
|
||||
font: @colortheme_app-font;
|
||||
|
||||
.cp-checkmark {
|
||||
color: @cryptpad_text_col;
|
||||
}
|
||||
|
||||
.cp-inline-alert-text {
|
||||
flex: 1;
|
||||
}
|
||||
@@ -182,6 +186,7 @@
|
||||
margin-bottom: 10px;
|
||||
box-sizing: content-box;
|
||||
span {
|
||||
.tools_unselectable();
|
||||
font-size: 20px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
@@ -190,12 +195,16 @@
|
||||
border-left: 1px solid lighten(@alertify-base, 10%);
|
||||
border-right: 1px solid lighten(@alertify-base, 10%);
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
&:not(.disabled):hover {
|
||||
background-color: @alertify-light-bg;
|
||||
}
|
||||
&.disabled {
|
||||
color: #949494;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
span.alertify-tabs-active {
|
||||
background-color: @alertify-fore;
|
||||
background-color: @alertify-fore !important;
|
||||
border-left: 1px solid @alertify-fore;
|
||||
border-right: 1px solid @alertify-fore;
|
||||
color: @alertify-base;
|
||||
@@ -386,18 +395,13 @@
|
||||
}
|
||||
}
|
||||
div.wide {
|
||||
div.alertify-tabs {
|
||||
p.msg:not(:last-child) {
|
||||
border-bottom: 1px solid @alertify-fore;
|
||||
}
|
||||
}
|
||||
.cp-share-columns {
|
||||
display: flex;
|
||||
flex-flow: row;
|
||||
|
||||
& > .cp-share-column {
|
||||
width: 50%;
|
||||
padding: 0 10px;
|
||||
//padding: 0 10px;
|
||||
position: relative;
|
||||
&.contains-nav {
|
||||
nav {
|
||||
@@ -414,7 +418,20 @@
|
||||
}
|
||||
}
|
||||
&:first-child {
|
||||
border-right: 1px solid @alertify-fore;
|
||||
margin-right: @alertify_padding-base;
|
||||
}
|
||||
&:last-child {
|
||||
margin-left: @alertify_padding-base;
|
||||
}
|
||||
}
|
||||
& > .cp-share-column-mid {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
button {
|
||||
width: 50px;
|
||||
margin: 0;
|
||||
min-width: 0;
|
||||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -68,6 +68,23 @@
|
||||
color: @cryptpad_text_col;
|
||||
}
|
||||
|
||||
// Access modal
|
||||
.cp-overlay-container {
|
||||
position: relative;
|
||||
.cp-overlay {
|
||||
position: absolute;
|
||||
background-color: rgba(255,255,255,0.5);
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.cp-access-margin-right {
|
||||
margin-right: 5px !important;
|
||||
}
|
||||
|
||||
// teams invite modal
|
||||
.cp-teams-invite-block {
|
||||
display: flex;
|
||||
|
||||
@@ -109,6 +109,27 @@
|
||||
color: @colortheme_alertify-primary-text;
|
||||
}
|
||||
}
|
||||
.fa-times {
|
||||
padding-left: 5px;
|
||||
cursor: pointer;
|
||||
height: 100%;
|
||||
line-height: 25px;
|
||||
color: @cryptpad_text_col;
|
||||
&:hover {
|
||||
color: lighten(@cryptpad_text_col, 10%);
|
||||
}
|
||||
}
|
||||
}
|
||||
&.list {
|
||||
.cp-usergrid-user {
|
||||
width: auto;
|
||||
max-width: calc(100% - 6px);
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
display: inline-flex;
|
||||
flex: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user