Center global alerts in v2.

This commit is contained in:
Paulo Reis 2017-12-21 13:38:40 +00:00
parent baa57c56aa
commit 399ebc473f
3 changed files with 3 additions and 1 deletions

View file

@ -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;

View file

@ -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;

View file

@ -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;