1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Rolled out redesign across application

This commit is contained in:
Dan Brown
2015-08-31 11:43:28 +01:00
parent 505a22bc7b
commit 598fd7811b
22 changed files with 528 additions and 352 deletions

View File

@ -1,15 +1,16 @@
* {
box-sizing: border-box;
box-sizing: border-box;
}
html {
background-color: #FFFFFF;
background-color: #FFFFFF;
height: 100%;
}
body {
font-family: $text;
font-size: $fs-m;
line-height: 1.6;
color: #616161;
-webkit-font-smoothing: antialiased;
font-family: $text;
font-size: $fs-m;
line-height: 1.6;
color: #616161;
-webkit-font-smoothing: antialiased;
}
table {