Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
webf
react-webf
Commits
55399ec2
Commit
55399ec2
authored
Apr 06, 2022
by
Lucas Breton
Browse files
Run prettier
parent
6bd44420
Pipeline
#2963
passed with stage
in 8 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/Box/Box.styles.js
View file @
55399ec2
...
...
@@ -79,18 +79,24 @@ export default (theme) => ({
},
'
&$lightVariant
'
:
{
backgroundColor
:
Color
(
theme
.
colors
.
palette
[
color
]).
alpha
(
0.25
).
string
(),
backgroundColor
:
Color
(
theme
.
colors
.
palette
[
color
])
.
alpha
(
0.25
)
.
string
(),
color
:
theme
.
colors
.
palette
[
color
],
'
&$interactive:not($muted)
'
:
{
'
&:hover, &:focus
'
:
{
color
:
Color
(
theme
.
colors
.
palette
[
color
]).
darken
(
0.25
).
string
(),
backgroundColor
:
Color
(
theme
.
colors
.
palette
[
color
]).
alpha
(
0.5
).
string
(),
backgroundColor
:
Color
(
theme
.
colors
.
palette
[
color
])
.
alpha
(
0.5
)
.
string
(),
},
'
&:active
'
:
{
color
:
Color
(
theme
.
colors
.
palette
[
color
]).
darken
(
0.35
).
string
(),
backgroundColor
:
Color
(
theme
.
colors
.
palette
[
color
]).
alpha
(
0.8
).
string
(),
backgroundColor
:
Color
(
theme
.
colors
.
palette
[
color
])
.
alpha
(
0.8
)
.
string
(),
},
},
},
...
...
Write
Preview
Supports
Markdown
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