| /* |
| ****************************************************************************** |
| * Copyright © 2018 PTA GmbH. |
| * All rights reserved. This program and the accompanying materials |
| * are made available under the terms of the Eclipse Public License v1.0 |
| * which accompanies this distribution, and is available at |
| * |
| * http://www.eclipse.org/legal/epl-v10.html |
| * |
| ****************************************************************************** |
| */ |
| |
| @import url("../grid-measure-detail/grid-measure-detail.component.css"); |
| #EmailDistributionEntry-head { |
| display: inline-block |
| } |
| |
| #addEmailDistributionEntryGlIcon { |
| background: transparent; |
| border: none; |
| color: white; |
| font-size: 107%; |
| } |
| |
| #addEmailDistributionEntryGlIcon:focus { |
| outline: 0 !important; |
| } |
| |
| .email-distribution-entry-container { |
| padding-left: 0; |
| } |
| |
| .email-distribution-list-grid-container { |
| padding-right: 0; |
| } |
| |
| @media (max-width: 991px) { |
| .email-distribution-entry-container { |
| padding: 0; |
| } |
| .email-distribution-list-grid-container { |
| padding: 0; |
| } |
| } |