Change PCS template icons
This commit is contained in:
@@ -279,12 +279,12 @@
|
||||
color: black;
|
||||
border: 1px solid transparent;
|
||||
|
||||
&.cp-creation-template-selected {
|
||||
&.cp-creation-template-selected, &:hover {
|
||||
color: @creation-color !important;
|
||||
color: var(--creation-color) !important;
|
||||
background-color: @creation-bg-color !important;
|
||||
background-color: var(--creation-bg-color) !important;
|
||||
.fa {
|
||||
.fa, .cptools {
|
||||
color: @creation-color;
|
||||
color: var(--creation-color);
|
||||
}
|
||||
@@ -292,12 +292,6 @@
|
||||
|
||||
transition: all 0.1s;
|
||||
|
||||
&:hover {
|
||||
//color: @colortheme_modal-fg;
|
||||
background-color: @colortheme_form-border;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
align-items: center;
|
||||
|
||||
img {
|
||||
@@ -317,7 +311,7 @@
|
||||
margin-top: 5px;
|
||||
max-width: 100%;
|
||||
}
|
||||
.fa {
|
||||
.fa, .cptools {
|
||||
color: @creation-bg-color;
|
||||
color: var(--creation-bg-color);
|
||||
cursor: pointer;
|
||||
|
||||
@@ -8,5 +8,11 @@
|
||||
src: url("/customize/fonts/neuropolitical.ttf");
|
||||
}
|
||||
|
||||
// Fonts need to go on the global scope
|
||||
@font-tools {
|
||||
font-family: CryptPadTools;
|
||||
src: url("/customize/fonts/cryptpadtools.ttf");
|
||||
}
|
||||
|
||||
@import (once) '/customize/fonts/open-sans.less';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user