• 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
    Started redesign · 2c95528d
    2c95528d Browse Files
    Dan Brown authored 2015-07-21 22:11:30 +0100
_html.scss 293 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
* {
	box-sizing: border-box;
}
html {
	background-color: #FFFFFF;
}
body {
	font-family: $text;
	font-size: $fs-m;
	line-height: 1.4em;
	color: #444;
	-webkit-font-smoothing: antialiased;
}

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