Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
c9be5c21
Commit
c9be5c21
authored
Nov 29, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux: changed body default font size to 13px
parent
d981fe4f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
13 deletions
+19
-13
public/sass/_variables.scss
+11
-11
public/sass/components/_dropdown.scss
+1
-1
public/sass/components/_gf-form.scss
+7
-1
No files found.
public/sass/_variables.scss
View file @
c9be5c21
...
...
@@ -86,11 +86,11 @@ $font-family-monospace: Menlo, Monaco, Consolas, "Courier New", monospace;
$font-family-base
:
$font-family-sans-serif
!
default
;
$font-size-root
:
14px
!
default
;
$font-size-base
:
13px
!
default
;
$font-size-base
:
1rem
!
default
;
$font-size-lg
:
1
.25rem
!
default
;
$font-size-sm
:
.875rem
!
default
;
$font-size-xs
:
.75rem
!
default
;
$font-size-lg
:
18px
!
default
;
$font-size-sm
:
12px
!
default
;
$font-size-xs
:
10px
!
default
;
$line-height-base
:
1
.5
!
default
;
$font-weight-semi-bold
:
500
;
...
...
@@ -159,9 +159,9 @@ $table-cell-padding: 4px 10px !default;
$table-sm-cell-padding
:
.3rem
!
default
;
// Forms
$input-padding-x
:
.75rem
!
default
;
$input-padding-y
:
.6rem
!
default
;
$input-line-height
:
1
.35rem
!
default
;
$input-padding-x
:
10px
!
default
;
$input-padding-y
:
8px
!
default
;
$input-line-height
:
1
9px
!
default
;
$input-btn-border-width
:
1px
;
$input-border-radius
:
0
$border-radius
$border-radius
0
!
default
;
...
...
@@ -172,11 +172,11 @@ $label-border-radius: $border-radius 0 0 $border-radius !default;
$label-border-radius-lg
:
$border-radius-lg
0
0
$border-radius-lg
!
default
;
$label-border-radius-sm
:
$border-radius-sm
0
0
$border-radius-sm
!
default
;
$input-padding-x-sm
:
.5rem
!
default
;
$input-padding-y-sm
:
.25rem
!
default
;
$input-padding-x-sm
:
7px
!
default
;
$input-padding-y-sm
:
4px
!
default
;
$input-padding-x-lg
:
1
.5rem
!
default
;
$input-padding-y-lg
:
.75rem
!
default
;
$input-padding-x-lg
:
20px
!
default
;
$input-padding-y-lg
:
10px
!
default
;
$input-height
:
((
$font-size-base
*
$line-height-base
)
+
(
$input-padding-y
*
2
))
!
default
;
$input-height-lg
:
((
$font-size-lg
*
$line-height-lg
)
+
(
$input-padding-y-lg
*
2
))
!
default
;
...
...
public/sass/components/_dropdown.scss
View file @
c9be5c21
...
...
@@ -18,7 +18,7 @@
position
:
relative
;
top
:
-3px
;
width
:
250px
;
font-size
:
80%
;
font-size
:
$font-size-sm
;
margin-left
:
22px
;
color
:
$gray-2
;
white-space
:
normal
;
...
...
public/sass/components/_gf-form.scss
View file @
c9be5c21
$gf-form-margin
:
3px
;
$input-border
:
1px
solid
$input-border-color
;
.gf-form
{
margin-bottom
:
$gf-form-margin
;
...
...
@@ -115,7 +116,7 @@ $gf-form-margin: 3px;
background-color
:
$input-bg
;
background-image
:
none
;
background-clip
:
padding-box
;
border
:
1px
solid
$input-border-colo
r
;
border
:
$input-borde
r
;
@include
border-radius
(
$input-border-radius-sm
);
@include
box-shadow
(
$input-box-shadow
);
white-space
:
nowrap
;
...
...
@@ -268,6 +269,7 @@ $gf-form-margin: 3px;
position
:
relative
;
background-color
:
$input-bg
;
padding-right
:
$input-padding-x
;
border
:
$input-border
;
&
:
:
after
{
position
:
absolute
;
...
...
@@ -279,6 +281,10 @@ $gf-form-margin: 3px;
content
:
'\f0d7'
;
pointer-events
:
none
;
}
.gf-form-input
{
border
:
none
;
}
}
.gf-form-help-icon
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment