Merge branch '5426-fe-web-terminal-empty-state-ce' into 'master'

CE Port2 of "Add empty and disabled web terminal tab"

See merge request gitlab-org/gitlab-ce!23509
This commit is contained in:
Phil Hughes 2018-12-04 08:51:06 +00:00
commit 2aa8fe5766
2 changed files with 0 additions and 5 deletions

View File

@ -6,7 +6,6 @@
@import 'bootstrap_migration';
@import 'framework/layout';
@import 'framework/alerts';
@import 'framework/animations';
@import 'framework/vue_transitions';
@import 'framework/avatar';

View File

@ -1,4 +0,0 @@
.alert-tip {
background-color: $theme-gray-100;
color: $theme-gray-900;
}