Browse Source

Remove deprecated header style overrides so BBUI styles are correctly used instead

pull/4023/head
Andrew Kingston 6 years ago
parent
commit
e68a5b83f5
  1. 20
      packages/builder/src/global.css

20
packages/builder/src/global.css

@ -36,26 +36,6 @@ html, body {
overflow-y: hidden;
}
h1 {
font-size: 36pt;
}
h2 {
font-size: 30pt;
}
h3 {
font-size: 24pt;
}
h4 {
font-size: 18pt;
}
h5 {
font-size: 14pt;
}
.hoverable:hover {
cursor: pointer;
}

Loading…
Cancel
Save