Skip to content
Snippets Groups Projects
Commit 436ea57f authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray
Browse files

Reduce base font sizes across app

parent 3ebb815a
No related branches found
No related tags found
No related merge requests found
Showing
with 20 additions and 20 deletions
Loading
Loading
@@ -32,14 +32,14 @@
.blank-state-title {
margin-top: 0;
margin-bottom: 5px;
font-size: 19px;
font-size: 18px;
font-weight: normal;
}
 
.blank-state-text {
margin-top: 0;
margin-bottom: $gl-padding;
font-size: 15px;
font-size: 14px;
 
> strong {
font-weight: 600;
Loading
Loading
Loading
Loading
@@ -33,7 +33,7 @@
 
.slead {
color: $common-gray;
font-size: 15px;
font-size: 14px;
margin-bottom: 12px;
font-weight: normal;
line-height: 24px;
Loading
Loading
Loading
Loading
@@ -36,7 +36,7 @@
padding: 6px 8px 6px 10px;
background-color: $dropdown-toggle-bg;
color: $dropdown-toggle-color;
font-size: 15px;
font-size: 14px;
text-align: left;
border: 1px solid $border-color;
border-radius: $border-radius-base;
Loading
Loading
@@ -123,7 +123,7 @@
width: 240px;
margin-top: 2px;
margin-bottom: 0;
font-size: 15px;
font-size: 14px;
font-weight: normal;
padding: 8px 0;
background-color: $dropdown-bg;
Loading
Loading
@@ -589,7 +589,7 @@
 
.ui-datepicker-title {
color: $gl-gray;
font-size: 15px;
font-size: 14px;
line-height: 1;
font-weight: normal;
}
Loading
Loading
Loading
Loading
@@ -71,7 +71,7 @@ header {
}
 
.fa-caret-down {
font-size: 15px;
font-size: 14px;
}
}
 
Loading
Loading
@@ -156,7 +156,7 @@ header {
position: relative;
padding-right: 20px;
margin: 0;
font-size: 19px;
font-size: 18px;
max-width: 385px;
display: inline-block;
line-height: $header-height;
Loading
Loading
Loading
Loading
@@ -49,7 +49,7 @@
padding: $gl-btn-padding;
padding-bottom: 11px;
margin-bottom: -1px;
font-size: 15px;
font-size: 14px;
line-height: 28px;
color: $note-toolbar-color;
border-bottom: 2px solid transparent;
Loading
Loading
Loading
Loading
@@ -102,7 +102,7 @@ $well-light-text-color: #5b6169;
/*
* Text
*/
$gl-font-size: 15px;
$gl-font-size: 14px;
$gl-title-color: #333;
$gl-text-color: #5c5c5c;
$gl-text-color-dark: #5c5d5e;
Loading
Loading
@@ -380,7 +380,7 @@ $ci-skipped-color: #888;
/*
* Boards
*/
$issue-boards-font-size: 15px;
$issue-boards-font-size: 14px;
$issue-boards-card-shadow: rgba(186, 186, 186, 0.5);
 
/*
Loading
Loading
Loading
Loading
@@ -156,7 +156,7 @@
}
 
span {
font-size: 19px;
font-size: 18px;
}
}
}
Loading
Loading
Loading
Loading
@@ -127,7 +127,7 @@
.award-control-icon {
float: left;
margin-right: 5px;
font-size: 19px;
font-size: 18px;
}
 
.award-control-icon-loading {
Loading
Loading
Loading
Loading
@@ -109,7 +109,7 @@
 
&.title {
line-height: 19px;
font-size: 15px;
font-size: 14px;
font-weight: 600;
color: $gl-title-color;
}
Loading
Loading
.ci-body {
.incorrect-syntax {
font-size: 19px;
font-size: 18px;
color: $lint-incorrect-color;
}
 
.correct-syntax {
font-size: 19px;
font-size: 18px;
color: $lint-correct-color;
}
}
Loading
Loading
@@ -116,7 +116,7 @@
 
@media (max-width: $screen-xs-max) {
h4 {
font-size: 15px;
font-size: 14px;
}
 
p {
Loading
Loading
Loading
Loading
@@ -129,7 +129,7 @@
 
.note-edit-form {
display: none;
font-size: 15px;
font-size: 14px;
 
.md-area {
background-color: $white-light;
Loading
Loading
Loading
Loading
@@ -521,7 +521,7 @@ a.deploy-project-label {
.nav > li > a {
padding: 0;
background-color: transparent;
font-size: 15px;
font-size: 14px;
line-height: 29px;
color: $notes-light-color;
 
Loading
Loading
Loading
Loading
@@ -20,7 +20,7 @@ feature 'Merge request conflict resolution', js: true, feature: true do
 
within find('.files-wrapper .diff-file', text: 'files/ruby/regex.rb') do
all('button', text: 'Use ours').each do |button|
button.click
button.trigger('click')
end
end
 
Loading
Loading
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