overleaf/services/web/frontend/stylesheets/core/css-variables.less
ilkin-overleaf c460eae9c6 Merge pull request #8922 from overleaf/ii-cm6-go-to-line-styling-2
[web] CM6 Style the Go To Line 2

GitOrigin-RevId: 348d654986358594070e5d1d8c0ec26abac2a32e
2022-07-21 08:03:22 +00:00

21 lines
583 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;
--btn-border-radius-base: @btn-border-radius-base;
--btn-default-bg: @btn-default-bg;
--line-height-base: @line-height-base;
}