Add border around Management panels on white background.

This commit is contained in:
CJ Cenizal 2016-12-23 14:43:05 -08:00
parent c056a56674
commit 5866d6fed9

View file

@ -38,6 +38,9 @@ kbn-management-landing {
.panel-body {
padding-bottom: 30px;
position: relative;
border-left: 1px solid #E4E4E3;
border-right: 1px solid #E4E4E3;
border-bottom: 1px solid #E4E4E3;
}
}