mirror of
https://github.com/documize/community.git
synced 2025-08-08 23:15:29 +02:00
Merge branch 'master' into customer-improvements
This commit is contained in:
commit
55630067bc
3 changed files with 11 additions and 7 deletions
|
@ -12,11 +12,11 @@ $color-off-white: #f5f5f5;
|
||||||
$color-off-black: #333333;
|
$color-off-black: #333333;
|
||||||
$color-black: #000000;
|
$color-black: #000000;
|
||||||
$color-white: #ffffff;
|
$color-white: #ffffff;
|
||||||
$color-primary: #2180cc;
|
$color-primary: #084d85;
|
||||||
$color-link: #5680de;
|
$color-link: #5abc67;
|
||||||
$color-red: #d9493c;
|
$color-red: #d9493c;
|
||||||
$color-green: #5abc67;
|
$color-green: #5abc67;
|
||||||
$color-blue: #5680de;
|
$color-blue: #084d85;
|
||||||
$color-gray: #99a2ac;
|
$color-gray: #99a2ac;
|
||||||
$color-background: #f8f8f8;
|
$color-background: #f8f8f8;
|
||||||
$color-tooltip: #4c4c4c;
|
$color-tooltip: #4c4c4c;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
.wysiwyg {
|
.wysiwyg {
|
||||||
// font-size: 1rem;
|
// font-size: 1rem;
|
||||||
font-size: 16px;
|
font-size: 15px;
|
||||||
line-height: 31px;
|
line-height: 30px;
|
||||||
color: #3c3c3c;
|
color: #3c3c3c;
|
||||||
|
|
||||||
table
|
table
|
||||||
|
@ -38,6 +38,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
b
|
||||||
|
{
|
||||||
|
font-family: "open_sanssemibold";
|
||||||
|
}
|
||||||
|
|
||||||
h1
|
h1
|
||||||
{
|
{
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@extend .z-depth-tiny;
|
background-color: $color-off-white;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .chip-text {
|
> .chip-text {
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
@extend .z-depth-tiny;
|
background-color: $color-off-white;
|
||||||
}
|
}
|
||||||
|
|
||||||
> .chip-text {
|
> .chip-text {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue