Skip to content

Instantly share code, notes, and snippets.

View flqw's full-sized avatar

Florian Wagner flqw

View GitHub Profile
@flqw
flqw / load-indicator.css
Created July 1, 2016 10:13
Material Design SVG Spinner
.loader {
position: relative;
margin: 0 auto;
width: 100px;
}
.loader:before {
content: '';
display: block;
padding-top: 100%;
@flqw
flqw / designer.html
Last active August 29, 2015 14:08
designer
<link rel="import" href="../paper-tabs/paper-tabs.html">
<link rel="import" href="../paper-tabs/paper-tab.html">
<link rel="import" href="../paper-input/paper-input.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;