mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
2d8f8f04b3
GitOrigin-RevId: c23ee425f8114aaf2b1669e086e501e348751431
16 lines
450 B
Text
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;
|
|
}
|