• This project
    • Loading...
  • Sign in

Зуев Егор / wiki.dev

Logo belkanton
Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • wiki.dev
  • resources
  • assets
  • sass
  • _html.scss
  • Dan Brown's avatar
    Fixed firefox list editing bug and made button text size more consistent · e9c213f8 ...
    e9c213f8 Browse Files
    Fixes #77
    Dan Brown authored 2016-03-09 23:23:28 +0000
_html.scss 348 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
* {
  box-sizing: border-box;
}
html {
  background-color: #FFFFFF;
  height: 100%;
}
body {
  font-family: $text;
  font-size: $fs-m;
  line-height: 1.6;
  color: #616161;
  -webkit-font-smoothing: antialiased;
}

button {
  font-size: 100%;
}

table {
  min-width: 100px;
  td {
	min-width: 10px;
	padding: 4px 6px;
	border: 1px solid #DDD;
  }
}