Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: Enforce Lato font for annotation dialogs #76

Merged
merged 3 commits into from
Dec 18, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/Annotator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ $tablet: 'max-width: 768px';
.bp-create-annotation-dialog {
border-top: 20px solid transparent; // Transparent border for hover detection
cursor: default; // Overrides cursor: none from annotation mode
font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
position: absolute;
text-align: left;
z-index: 130; // Annotation dialog should be above other content
Expand Down Expand Up @@ -425,6 +426,7 @@ $tablet: 'max-width: 768px';
border-top: 20px solid transparent; // Transparent border for hover detection
color: $fours;
display: table;
font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
position: absolute;
z-index: 130;
}
Expand All @@ -435,6 +437,7 @@ $tablet: 'max-width: 768px';
background-color: $white;
border: 1px solid $seesee;
border-radius: 3px;
font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 5px 6px;

// Center buttons
Expand Down