mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
c460eae9c6
[web] CM6 Style the Go To Line 2 GitOrigin-RevId: 348d654986358594070e5d1d8c0ec26abac2a32e
21 lines
583 B
Text
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;
|
|
}
|