Style endpoint tab contents

pull/10616/head
Alex P 2017-04-19 15:55:34 -07:00 committed by Jade McGough
parent f418729342
commit 510f29d93a
1 changed files with 3 additions and 0 deletions

View File

@ -58,4 +58,7 @@ $config-endpoint-tab-bg-active: $g3-castle;
}
.config-endpoint--tab-contents {
flex: 1 0 0;
background-color: $config-endpoint-tab-bg-active;
border-radius: 0 $radius $radius 0;
padding: 16px 42px;
}