mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-27 10:23:32 +00:00
Center global alerts in v2.
This commit is contained in:
parent
baa57c56aa
commit
399ebc473f
3 changed files with 3 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
display: inline-block;
|
||||
text-align: left;
|
||||
min-width: 400px;
|
||||
padding: (@line-height-computed / 4);
|
||||
padding: @global-alerts-padding;
|
||||
font-size: 14px;
|
||||
margin-bottom: (@line-height-computed / 4);
|
||||
position: relative;
|
||||
|
|
|
@ -909,6 +909,7 @@
|
|||
@project-name-color : @gray;
|
||||
@project-rename-link-color : @gray-light;
|
||||
@project-rename-link-color-hover : @gray-dark;
|
||||
@global-alerts-padding : (@line-height-computed / 4);
|
||||
|
||||
// Editor file-tree
|
||||
@file-tree-bg : transparent;
|
||||
|
|
|
@ -210,6 +210,7 @@
|
|||
@project-name-color : @ol-blue-gray-2;
|
||||
@project-rename-link-color : @ol-blue-gray-2;
|
||||
@project-rename-link-color-hover : @ol-blue-gray-1;
|
||||
@global-alerts-padding : 7px;
|
||||
|
||||
// Editor file-tree
|
||||
@file-tree-bg : @ol-blue-gray-4;
|
||||
|
|
Loading…
Reference in a new issue