Skip to content
Snippets Groups Projects
Commit 08857940 authored by Dimitrie Hoekstra's avatar Dimitrie Hoekstra Committed by Annabel Dunstone Gray
Browse files

Adjust tooltips to adhere to 8px grid and make them more readable

parent 7f8e720f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -40,6 +40,7 @@
@import "framework/tables";
@import "framework/notes";
@import "framework/timeline";
@import "framework/tooltips";
@import "framework/typography";
@import "framework/zen";
@import "framework/blank";
Loading
Loading
.tooltip-inner {
font-size: $tooltip-font-size;
border-radius: $border-radius-default;
line-height: 16px;
font-weight: $gl-font-weight-normal;
padding: $gl-btn-padding;
}
Loading
Loading
@@ -202,6 +202,11 @@ $md-area-border: #ddd;
$code_font_size: 12px;
$code_line_height: 1.6;
 
/*
* Tooltips
*/
$tooltip-font-size: 12px;
/*
* Padding
*/
Loading
Loading
---
title: Adjust tooltips to adhere to 8px grid and make them more readable
merge_request:
author:
type: changed
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment