Sha256: e7ab7655d9547bc503a125cdcc1b9da81bae7402ff7e4a608ee53c8fa16eeb2f
Contents?: true
Size: 1.17 KB
Versions: 4
Compression:
Stored size: 1.17 KB
Contents
/* @license Copyright (c) 2015 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt Code distributed by Google as part of the polymer project is also subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt */ :host { display: block; } .form-title, .footer { margin-bottom: 20px; } .avatar { display: inline-block; width: 40px; height: 40px; border-radius: 50%; overflow: hidden; background: var(--google-blue-700); margin-right: 20px; } .company { color: var(--google-blue-700); font-size: 20px; font-weight: 200; } gold-cc-expiration-input, .filler { width: 50%; margin-right: 20px; } .footer { width: 50%; @apply(--paper-input-container-font); color: var(--secondary-text-color); } .price { color: var(--primary-text-color); } paper-button { background-color: var(--google-blue-500); color: #fff; margin-right: 0px; margin-top: 50px; }
Version data entries
4 entries across 4 versions & 2 rubygems