remove fa occurences

This commit is contained in:
daria 2025-09-05 16:10:09 +03:00
parent 466e9b2536
commit 0577c85f1a
No known key found for this signature in database
GPG Key ID: 3B75240E6B2F2701
7 changed files with 2 additions and 49 deletions

View File

@ -208,7 +208,7 @@
text-decoration: none;
}
}
.cp-usergrid-user, textarea, a, .fa-times {
.cp-usergrid-user, textarea, a {
outline: none;
&:focus-visible {
outline: @variables_focus_style;

View File

@ -58,14 +58,7 @@
}
}
.fa {
font-family: FontAwesome;
}
button {
.fa-caret-down {
margin-right: 0.5em !important;
}
* {
.tools_unselectable();
}
@ -126,26 +119,9 @@
display: inline-flex;
align-items: center;
}
&:not(.fa) {
&:not(svg) {
font: @dropdown_font;
}
&.fa, &.cptools {
font-size: 18px;
&::before {
width: 40px;
margin-left: -10px;
text-align: center;
}
* {
font: @dropdown_font;
}
}
.fa, .cptools {
width: 20px;
text-align: center;
margin-right: 5px !important;
}
&.cp-dropdown-element-active {
background-color: @cp_dropdown-bg-active;

View File

@ -346,11 +346,6 @@
&.dismissable {
display: flex;
align-items: center;
span.fa-times {
font-size: @colortheme_app-font-size;
margin-left: 20px;
cursor: pointer;
}
}
}
.cp-banner {

View File

@ -10,10 +10,6 @@
&.cp-page-contact {
.infopages_main();
.fa {
padding-right: 0.25em;
}
.cp-container {
.cp-iconCont {

View File

@ -62,9 +62,6 @@
li {
margin-bottom: 1em;
}
.fa {
padding-right: 10px;
}
}
h2 {
padding-left: 30px;

View File

@ -87,9 +87,6 @@
li {
margin-bottom: 1em;
}
.fa {
padding-right: 10px;
}
}
h3 {
font-weight: 700;

View File

@ -75,14 +75,6 @@
.markdown_main();
.markdown_cryptpad();
.todo-list-item {
.fa {
&.fa-check-square {
font-size: 15px;
margin-top: 5px;
}
}
}
.cp-app-code-preview-empty {
display: none;