mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-12 19:49:59 +05:00
remove fa occurences
This commit is contained in:
parent
466e9b2536
commit
0577c85f1a
@ -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;
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -10,10 +10,6 @@
|
||||
&.cp-page-contact {
|
||||
.infopages_main();
|
||||
|
||||
.fa {
|
||||
padding-right: 0.25em;
|
||||
}
|
||||
|
||||
.cp-container {
|
||||
|
||||
.cp-iconCont {
|
||||
|
||||
@ -62,9 +62,6 @@
|
||||
li {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.fa {
|
||||
padding-right: 10px;
|
||||
}
|
||||
}
|
||||
h2 {
|
||||
padding-left: 30px;
|
||||
|
||||
@ -87,9 +87,6 @@
|
||||
li {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.fa {
|
||||
padding-right: 10px;
|
||||
}
|
||||
}
|
||||
h3 {
|
||||
font-weight: 700;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user