1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

feat: Declare & Use CSS Custom Properties (#3146)

This commit is contained in:
Sami Mazouz
2021-11-04 22:34:18 +01:00
committed by GitHub
parent 26bf5d350b
commit 809df29d29
44 changed files with 502 additions and 380 deletions

View File

@@ -3,7 +3,7 @@
padding: 0 0 10px;
border: 0;
resize: none;
color: @text-color;
color: var(--text-color);
font-size: 14px;
line-height: 1.7;
@@ -38,7 +38,7 @@
.TextEditor-controls {
margin: 0 -20px 0 -105px;
padding: 10px 20px;
border-top: 1px solid @control-bg;
border-top: 1px solid var(--control-bg);
.fullScreen & {
margin: 0;