Sha256: 33575ed45a257b420e13a330f2ff69dbd864ed8ed8fc843af274ffb5302309ed

Contents?: true

Size: 351 Bytes

Versions: 2

Compression:

Stored size: 351 Bytes

Contents

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

html, body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
arctic_admin-1.1.1 app/assets/stylesheets/_reset.scss
arctic_admin-1.1.0 app/assets/stylesheets/_reset.scss