Change PCS template icons

This commit is contained in:
yflory
2018-07-28 11:37:38 +02:00
parent 33fb48d59a
commit a65e083fca
7 changed files with 58 additions and 12 deletions

View File

@@ -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;

View File

@@ -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';