• 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
    Updated table styling to ideally by more predictable · 393f6047 ...
    393f6047
    Set styles to be fixed and not cut text.
    Dan Brown authored 2016-09-06 20:47:34 +0100
_html.scss 310 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
* {
  box-sizing: border-box;
}

html {
  background-color: #FFFFFF;
  height: 100%;
  overflow-y: scroll;
  &.flexbox {
    overflow-y: hidden;
  }
}

body {
  font-family: $text;
  font-size: $fs-m;
  line-height: 1.6;
  color: #616161;
  -webkit-font-smoothing: antialiased;
}

button {
  font-size: 100%;
}