remove fa occurences

This commit is contained in:
daria 2025-09-05 16:53:48 +03:00
parent b9db46fecb
commit 9ffcc4c0cd
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701
9 changed files with 3 additions and 64 deletions

View File

@ -72,10 +72,6 @@
.cp-corner-dontshow {
cursor: pointer;
.fa {
margin-right: 0.3em;
font-size: 1.1em;
}
&:hover {
color: @corner-fg-alt;
@ -125,9 +121,6 @@
text-transform: uppercase;
border: 1px solid @corner-fg;
border-radius: @variables_radius;
.fa, .cptools {
margin-right: 0.3em;
}
&.cp-corner-primary {
background-color: @corner-fg;
color: @corner-bg;

View File

@ -50,9 +50,6 @@
display: flex;
align-items: center;
padding: 5px 0;
.fa {
width: 25px;
}
}
}
.cp-export-actions {

View File

@ -51,7 +51,7 @@
}
&.cp-app-disabled {
cursor: not-allowed !important;
.fa, .cptools { cursor: not-allowed !important; }
svg { cursor: not-allowed !important; }
opacity: 0.5;
}
}

View File

@ -16,12 +16,6 @@
height: @variables_bar-height;
border-radius: @variables_radius;
background-color: @cp_sidebar-left-item-bg;
.fa, .cptools {
display: inline-flex;
justify-content: center;
margin-right: 5px;
min-width: 20px;
}
&:hover {
background: @cryptpad_text_col_inv;
}

View File

@ -99,9 +99,6 @@
max-width: 250px;
min-height: 38px;
justify-content: center;
.fa {
margin-right: 5px;
}
b {
margin-left: 5px;
white-space: nowrap;
@ -210,16 +207,6 @@
a {
color: @cryptpad_text_col;
font-size: 0.8em;
&.cp-remote-img::before { // .fa.fa-question-circle
font-family: FontAwesome;
//content: "\f08e\00a0";
content: "\f08e\00a0\00a0";
}
&.cp-learn-more::before { // .fa.fa-external-link
font-family: FontAwesome;
content: "\f059\00a0";
//content: "\f059\00a0\00a0";
}
}
}
}
@ -237,12 +224,6 @@
}
.todo-list-item {
list-style: none;
position: relative;
.fa {
position: absolute;
margin-left: -17px;
margin-top: 4px;
}
}
.mediatag_cryptpad();

View File

@ -43,9 +43,8 @@
}
.cp-support-attachments {
display: flex;
.fa {
svg {
cursor: pointer;
margin-right: 10px;
}
&> span {
border: 1px solid @fromme-bg;

View File

@ -364,10 +364,6 @@
width: 200px;
display: flex;
align-items: center;
.fa, .cptools {
font-size: 32px;
min-width: 50px;
}
.cp-icons-name {
height: auto;
text-align: left;
@ -1218,9 +1214,6 @@
z-index: 10000; //Z cp-toolbar-drawer-content
color: @cp_dropdown-fg;
.tools_unselectable();
.fa {
font-size: 17px;
}
&> span {
order: 8;
box-sizing: border-box;
@ -1268,27 +1261,12 @@
min-width: 200px;
box-sizing: border-box;
margin-bottom: 5px;
&> span.fa {
height: 20px;
width: 20px;
//margin: 8px;
line-height: 20px;
font-size: 20px;
text-align: center;
}
}
.cp-toolbar-readonly {
margin-right: 5px;
font-weight: bold;
text-transform: uppercase;
}
.cp-toolbar-share {
a {
.fa {
margin-right: 5px;
}
}
}
}

View File

@ -2951,7 +2951,7 @@ define([
name: Messages.creation_newTemplate,
id: -1,
//icon: h('span.fa.fa-bookmark')
icon: h('span.cptools.cptools-new-template')
icon: Icons.get('file-template')
});
}*/
allData.unshift({

View File

@ -153,9 +153,6 @@
}
.cp-settings-drive-backup {
button {
span.fa {
margin-right: 5px;
}
margin-right: 5px;
}
}