mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
cd689e4e1f
* [cm6] Show Regex errors in find & replace * cleanup, isInvalidRegExp function * no state variable, less color var * use @brand-dager * using var(--ol-cm-search-form-focus-shadow) * using state-danger-border GitOrigin-RevId: 844c9dfee5a56d2a7494cd86c266acbe9eacd033
26 lines
781 B
Text
26 lines
781 B
Text
:root {
|
|
--ol-blue: @ol-blue;
|
|
|
|
--ol-blue-gray-0: @ol-blue-gray-0;
|
|
--ol-blue-gray-1: @ol-blue-gray-1;
|
|
--ol-blue-gray-2: @ol-blue-gray-2;
|
|
--ol-blue-gray-3: @ol-blue-gray-3;
|
|
--ol-blue-gray-4: @ol-blue-gray-4;
|
|
--ol-blue-gray-5: @ol-blue-gray-5;
|
|
--ol-blue-gray-6: @ol-blue-gray-6;
|
|
|
|
--input-color: @input-color;
|
|
--input-border: @input-border;
|
|
--input-border-radius: @input-border-radius;
|
|
--input-border-focus: @input-border-focus;
|
|
--input-border-danger: @state-danger-border;
|
|
--input-shadow-danger-color: fade(@state-danger-border, 50%);
|
|
|
|
--btn-border-radius-base: @btn-border-radius-base;
|
|
--btn-default-bg: @btn-default-bg;
|
|
|
|
--line-height-base: @line-height-base;
|
|
|
|
--toolbar-btn-color: @toolbar-btn-color;
|
|
--editor-toolbar-bg: @editor-toolbar-bg;
|
|
}
|