overleaf/services/web/frontend/stylesheets/core/css-variables.less
Alf Eaton 2d8f8f04b3 Improve CodeMirror 6 search form (#6943)
GitOrigin-RevId: c23ee425f8114aaf2b1669e086e501e348751431
2022-03-14 09:03:50 +00:00

16 lines
450 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;
}