| /******************************************************************************** |
| * Copyright (c) 2020 Contributors to the Eclipse Foundation |
| * |
| * See the NOTICE file(s) distributed with this work for additional |
| * information regarding copyright ownership. |
| * |
| * This program and the accompanying materials are made available under the |
| * terms of the Eclipse Public License 2.0 which is available at |
| * http://www.eclipse.org/legal/epl-2.0 |
| * |
| * SPDX-License-Identifier: EPL-2.0 |
| ********************************************************************************/ |
| |
| @import "openk.styles"; |
| |
| :host { |
| @include rounded-border-mixin(); |
| |
| background: get-color($openk-default-palette); |
| display: inline-flex; |
| width: 20em; |
| border: 1px dashed get-color($openk-default-palette, A700); |
| flex-flow: column; |
| align-items: flex-start; |
| box-sizing: border-box; |
| |
| min-height: 5em; |
| padding: 0.4em; |
| font-size: 0.875em; |
| font-weight: 400; |
| line-height: 1; |
| vertical-align: middle; |
| text-decoration: none; |
| } |
| |
| .attachments-file { |
| display: inline-flex; |
| width: 100%; |
| align-items: center; |
| line-height: 1.25; |
| |
| .openk-button { |
| font-size: 0.66em; |
| border: 0; |
| margin-right: 0.25em; |
| } |
| } |