Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
e9d6f0f1
Commit
e9d6f0f1
authored
Jan 10, 2019
by
dvdptr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(ui): Change background color to white, black button borders
- @yann300 asked for more visible buttons, provided black border Refs: #1657
parent
d433929e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
styleGuideDavid.js
src/app/ui/styles-guide/styleGuideDavid.js
+5
-5
No files found.
src/app/ui/styles-guide/styleGuideDavid.js
View file @
e9d6f0f1
...
@@ -59,7 +59,6 @@ function styleGuideDavid () {
...
@@ -59,7 +59,6 @@ function styleGuideDavid () {
BORDERS
BORDERS
------------------------------------------------------ */
------------------------------------------------------ */
borders
:
{
borders
:
{
primary_borderRadius
:
'3px'
,
secondary_borderRadius
:
'5px'
secondary_borderRadius
:
'5px'
}
}
}
}
...
@@ -82,10 +81,10 @@ function styleGuideDavid () {
...
@@ -82,10 +81,10 @@ function styleGuideDavid () {
BACKGROUND COLORS
BACKGROUND COLORS
------------------------------------------------------ */
------------------------------------------------------ */
primary_BackgroundColor
:
cssProperties
.
colors
.
white
,
primary_BackgroundColor
:
cssProperties
.
colors
.
white
,
secondary_BackgroundColor
:
cssProperties
.
colors
.
veryLightGrey
,
secondary_BackgroundColor
:
cssProperties
.
colors
.
white
,
tertiary_BackgroundColor
:
cssProperties
.
colors
.
white
,
tertiary_BackgroundColor
:
cssProperties
.
colors
.
white
,
quaternary_BackgroundColor
:
cssProperties
.
colors
.
white
,
quaternary_BackgroundColor
:
cssProperties
.
colors
.
white
,
fifth_BackgroundColor
:
cssProperties
.
colors
.
lightGrey
,
fifth_BackgroundColor
:
cssProperties
.
colors
.
white
,
seventh_BackgroundColor
:
cssProperties
.
colors
.
white
,
seventh_BackgroundColor
:
cssProperties
.
colors
.
white
,
dark_BackgroundColor
:
cssProperties
.
colors
.
black
,
dark_BackgroundColor
:
cssProperties
.
colors
.
black
,
light_BackgroundColor
:
cssProperties
.
colors
.
white
,
light_BackgroundColor
:
cssProperties
.
colors
.
white
,
...
@@ -118,7 +117,7 @@ function styleGuideDavid () {
...
@@ -118,7 +117,7 @@ function styleGuideDavid () {
******************************************************** */
******************************************************** */
icon_Color
:
cssProperties
.
colors
.
black
,
icon_Color
:
cssProperties
.
colors
.
black
,
icon_AltColor
:
cssProperties
.
colors
.
white
,
icon_AltColor
:
cssProperties
.
colors
.
white
,
icon_HoverColor
:
cssProperties
.
colors
.
azure
,
icon_HoverColor
:
cssProperties
.
colors
.
grey
,
icon_ConstantColor
:
cssProperties
.
colors
.
black
,
icon_ConstantColor
:
cssProperties
.
colors
.
black
,
/* ------------------------------------------------------
/* ------------------------------------------------------
...
@@ -182,7 +181,7 @@ function styleGuideDavid () {
...
@@ -182,7 +181,7 @@ function styleGuideDavid () {
primaryButton_TextColor
:
cssProperties
.
colors
.
black
,
primaryButton_TextColor
:
cssProperties
.
colors
.
black
,
primaryButton_BackgroundColor
:
cssProperties
.
colors
.
white
,
primaryButton_BackgroundColor
:
cssProperties
.
colors
.
white
,
primaryButton_BorderColor
:
cssProperties
.
colors
.
black
,
primaryButton_BorderColor
:
cssProperties
.
colors
.
black
,
primaryButton_BorderWidth
:
'
2
px'
,
primaryButton_BorderWidth
:
'
1
px'
,
/* .................
/* .................
SECONDARY
SECONDARY
...
@@ -348,6 +347,7 @@ function styleGuideDavid () {
...
@@ -348,6 +347,7 @@ function styleGuideDavid () {
margin : 1px;
margin : 1px;
background-color :
${
opts
.
BackgroundColor
}
;
background-color :
${
opts
.
BackgroundColor
}
;
color :
${
opts
.
Color
}
;
color :
${
opts
.
Color
}
;
border : 1px solid;
display : flex;
display : flex;
align-items : center;
align-items : center;
justify-content : center;
justify-content : center;
...
...
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