Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-web
ensembl-client
Commits
483203fe
Commit
483203fe
authored
Sep 03, 2019
by
Anne Lyle
Committed by
Andrey Azov
Sep 03, 2019
Browse files
Remove 'ens-' prefix from colour variable names (#153)
parent
a2b8630e
Pipeline
#33494
passed with stages
in 4 minutes and 38 seconds
Changes
61
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/ensembl/stories/shared-components/tooltip/Tooltip.stories.scss
...bl/stories/shared-components/tooltip/Tooltip.stories.scss
+3
-3
No files found.
src/ensembl/stories/shared-components/tooltip/Tooltip.stories.scss
View file @
483203fe
...
...
@@ -15,7 +15,7 @@
margin-left
:
calc
(
100vw
-
200px
);
width
:
100px
;
height
:
100px
;
background-color
:
$
ens-
grey
;
background-color
:
$grey
;
user-select
:
'none'
;
cursor
:
'pointer'
;
}
...
...
@@ -101,13 +101,13 @@
position
:
relative
;
height
:
600px
;
width
:
600px
;
background
:
$
ens-
light-grey
;
background
:
$light-grey
;
}
.positioningStoryItem
{
position
:
absolute
;
padding
:
1
.5em
;
background
:
$
ens-
grey
;
background
:
$grey
;
}
.positioningStoryItemTopLeft
{
...
...
Prev
1
2
3
4
Next
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