mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Add border around Management panels on white background.
This commit is contained in:
parent
c056a56674
commit
5866d6fed9
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue