Commit 23bb13eb authored by Nick Stenning's avatar Nick Stenning

Merge pull request #2279 from hypothesis/annotator-css-separation

Keep app css and inject css separate
parents 37b5a12a 7bdedbe8
@import 'base';
@import '../base';
.annotator-bucket-bar {
background: hsla(0, 0, 0, .1);
......
@import 'base';
@import 'mixins/icons';
@import 'compass/css3/user-interface';
@import 'compass/layout/stretching';
@import 'compass/reset/utilities';
@import '../base';
@import '../mixins/icons';
$base-font-size: 14px;
......@@ -89,8 +86,8 @@ $base-font-size: 14px;
// Sidebar
.annotator-frame {
@import 'reset';
@import 'bucket-bar';
@import '../reset';
@import './bucket-bar';
@include nested-reset;
@include reset-box-model;
@include user-select(none);
......
@import "variables";
@import "../variables";
// Newer versions of PDFjs use apply a transparency to the textLayer element.
// In order for our highlights to be visible we need to use solid colors. The
......
@import "compass/css3";
@import "variables";
@import 'compass/reset/utilities';
@import "./variables";
/* Style input placeholders */
@mixin placeholder {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment