Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Contribulle
contribulle
Commits
f663429b
Commit
f663429b
authored
May 05, 2021
by
Maïtané Lenoir
🦁
Browse files
change home's buttons color
parent
c7256aae
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/sass/pages/_welcome.scss
View file @
f663429b
...
...
@@ -11,7 +11,7 @@
}
.tile
{
background
:
$
accent-background
;
background
:
$
dark-purple
;
// padding: 9em 2em;
@include
margin-horizontal
(
25px
);
@include
margin-vertical
(
25px
);
...
...
@@ -26,9 +26,19 @@
text-decoration
:
none
;
font-size
:
1
.25em
;
a
,
a
:visited
{
color
:
$light-purple
;
}
h2
{
font-weight
:
normal
;
font-size
:
1
.875rem
;
color
:
$light-purple
;
&
:hover
{
color
:
$dark-purple
;
transition
:
0
.5s
;
}
}
span
{
...
...
@@ -38,7 +48,8 @@
}
&
:hover
{
background-color
:
rgba
(
$h-color
,
0
.3
);
background-color
:
$light-purple
;
color
:
$dark-purple
;
transition
:
0
.5s
;
}
}
...
...
Da-max
❄
@Da-max
mentioned in commit
f8e63873
·
May 05, 2021
mentioned in commit
f8e63873
mentioned in commit f8e638739a390dc23a412f951ed3224620cdb8d5
Toggle commit list
Da-max
❄
@Da-max
mentioned in merge request
!55 (merged)
·
May 05, 2021
mentioned in merge request
!55 (merged)
mentioned in merge request !55
Toggle commit list
Da-max
❄
@Da-max
mentioned in commit
5967aeb2
·
May 05, 2021
mentioned in commit
5967aeb2
mentioned in commit 5967aeb22affd93e022979b5463d1c0796fece74
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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