// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.

//
// Video Portal Example App
// --------------------------------------------------
// Home page styles


.HomePage-content { 
  padding: 10px; 
  padding-top: 20px; 
}

.ChannelList-title {
  padding-left: 10px;
  border-width: 4px;
  border-left-style: solid;
}

.ChannelList-titleText { 
  margin-right: 7px; 
}
