Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
style_tool
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Bugzilla
Bugzilla
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
于广洋
style_tool
Commits
d0f8b28b
Commit
d0f8b28b
authored
Apr 13, 2020
by
刘安琪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改input、select样式
parent
6d678b69
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
10 deletions
+12
-10
element-variables.scss
element-variables.scss
+12
-10
No files found.
element-variables.scss
View file @
d0f8b28b
...
...
@@ -115,6 +115,8 @@ $--border-color-light: #D0D0D0 !default;
$--border-color-lighter
:
#EBEBEB
!
default
;
/// color|1|Border Color|3
$--border-color-extra-light
:
#F2F6FC
!
default
;
/// color|1|Border Color|3
$--input-border-color-hover
:
#B3B5BA
!
default
;
// Background
/// color|1|Background Color|4
...
...
@@ -179,7 +181,7 @@ $--font-weight-secondary: 100 !default;
$--font-line-height-primary
:
24px
!
default
;
/// fontLineHeight|1|Line Height|2
$--font-line-height-secondary
:
16px
!
default
;
$--font-color-disabled-base
:
#
bbb
!
default
;
$--font-color-disabled-base
:
#
CCCCCC
!
default
;
/* Size
-------------------------- */
$--size-base
:
14px
!
default
;
...
...
@@ -486,16 +488,16 @@ $--notification-danger-icon-color: $--color-danger !default;
-------------------------- */
$--input-font-size
:
$--font-size-base
!
default
;
/// color||Color|0
$--input-font-color
:
$--color-text-
regular
!
default
;
$--input-font-color
:
$--color-text-
primary
!
default
;
/// height||Other|4
$--input-width
:
140px
!
default
;
/// height||Other|4
$--input-height
:
40
px
!
default
;
$--input-height
:
36
px
!
default
;
$--input-border
:
$--border-base
!
default
;
$--input-border-color
:
$--border-color-base
!
default
;
/// borderRadius||Border|2
$--input-border-radius
:
$--border-radius-base
!
default
;
$--input-border-color-hover
:
$--border-color-hover
!
default
;
$--input-border-color-hover
:
$--
input-
border-color-hover
!
default
;
/// color||Color|0
$--input-background-color
:
$--color-white
!
default
;
$--input-fill-disabled
:
$--disabled-fill-base
!
default
;
...
...
@@ -506,10 +508,10 @@ $--input-icon-color: $--color-text-placeholder !default;
$--input-placeholder-color
:
$--color-text-placeholder
!
default
;
$--input-max-width
:
314px
!
default
;
$--input-hover-border
:
$--border-color-hover
!
default
;
$--input-hover-border
:
$--
input-
border-color-hover
!
default
;
$--input-clear-hover-color
:
$--color-text-secondary
!
default
;
$--input-focus-border
:
$--color-primary
!
default
;
$--input-focus-border
:
$--color-primary
-hover
!
default
;
$--input-focus-fill
:
$--color-white
!
default
;
$--input-disabled-fill
:
$--disabled-fill-base
!
default
;
...
...
@@ -520,13 +522,13 @@ $--input-disabled-placeholder-color: $--color-text-placeholder !default;
/// fontSize||Font|1
$--input-medium-font-size
:
14px
!
default
;
/// height||Other|4
$--input-medium-height
:
3
6
px
!
default
;
$--input-medium-height
:
3
2
px
!
default
;
/// fontSize||Font|1
$--input-small-font-size
:
1
3
px
!
default
;
$--input-small-font-size
:
1
4
px
!
default
;
/// height||Other|4
$--input-small-height
:
32
px
!
default
;
$--input-small-height
:
28
px
!
default
;
/// fontSize||Font|1
$--input-mini-font-size
:
1
2
px
!
default
;
$--input-mini-font-size
:
1
4
px
!
default
;
/// height||Other|4
$--input-mini-height
:
28px
!
default
;
...
...
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