Sha256: 4bb4a56286abc5e94cd2f9dbd7c1d0539d76e40cce7d0b6f255f77a83926d4c6

Contents?: true

Size: 1.62 KB

Versions: 5

Compression:

Stored size: 1.62 KB

Contents

/* CLEAN UP AND REMOVE */
/* Headings */
/* Standard Font Weights */
/* Non_Standard Font Weights */
/*=====================================
Base colors should not be documented.
Only document color use.

Colors -----------------------------*/
/* Specialty Gradient -----------------*/
/* Interface colors -------------------*/
/* Main colors ------------------------*/
/*=====================================

Background colors ------------------*/
/* Card colors ------------------*/
/* Active colors ----------------------*/
/* Hover colors -----------------------*/
/* Focus colors -----------------------*/
/* Border colors ----------------------*/
/* Shadow colors ----------------------*/
/* Text colors ------------------------*/
/* Data colors ------------------------*/
/* Status colors ----------------------*/
/* Link colors ------------------------*/
/* Product colors ---------------------*/
/* Category colors ---------------------*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*:before, *:after {
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100vh;
  overflow-x: hidden;
}
body {
  font-family: "Power Centra", "Helvetica Neue", Helvetica, Arial, sans_serif;
  font-size: 15.5px;
  line-height: 1.5;
  background-color: #F3F7FB;
  height: 100%;
  letter-spacing: 0.003em;
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility;
  -moz-font-feature-settings: "liga" on;
  color: #242B42;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  min-height: 100vh;
  padding: 50px;
}
a {
  text-decoration: none;
  color: #0056CF;
}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
playbook_ui-13.32.0.pre.alpha.PLAY14143267 dist/reset.css
playbook_ui-13.32.0.pre.alpha.PLAY14143264 dist/reset.css
playbook_ui-13.32.0.pre.alpha.PLAY14143260 dist/reset.css
playbook_ui-13.32.0.pre.alpha.PLAY14143255 dist/reset.css
playbook_ui-13.32.0.pre.alpha.PLAY14143251 dist/reset.css