Sha256: 787d8e92daf4c072cae4c3ce3debc4e3cc404feb5ef83a21df7da611fd48160b
Contents?: true
Size: 695 Bytes
Versions: 28
Compression:
Stored size: 695 Bytes
Contents
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600&display=swap&subset=cyrillic'); #emailbutler, #emailbutler body { margin: 0; padding: 0; min-height: 100vh; height: 100%; } #emailbutler { font-family: "Source Sans Pro", "Helvetica", "Open Sans", sans-serif; box-sizing: border-box; body { position: relative; display: flex; flex-direction: column; * { box-sizing: border-box; &:focus { outline: none; } } p { margin: 0; } .content { flex: 1; width: 100%; max-width: 90rem; margin: 0 auto; } h1, h2, h3, h4, h5, h6 { margin: 0; } } }
Version data entries
28 entries across 28 versions & 1 rubygems