Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_jupert
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
Joseph Izon
widget_jupert
Commits
0454a345
Commit
0454a345
authored
May 27, 2022
by
Joseph Izon
💀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update the button css
parent
d24a78f0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
1 deletion
+29
-1
style.css
widget_jupert/homepage/static/homepage/style.css
+29
-1
No files found.
widget_jupert/homepage/static/homepage/style.css
View file @
0454a345
...
@@ -43,3 +43,31 @@ a:hover {
...
@@ -43,3 +43,31 @@ a:hover {
color
:
#73436D
;
color
:
#73436D
;
}
}
.button
{
background-color
:
#F53667
;
border
:
none
;
color
:
white
;
padding
:
12px
;
text-align
:
center
;
text-decoration
:
none
;
display
:
inline-block
;
transition-duration
:
0.4s
;
cursor
:
pointer
;
margin-bottom
:
10px
;
}
.button
:hover
{
background-color
:
#592F92
;
}
.buttonSave
:hover
{
background-color
:
darkolivegreen
;
}
.buttonExit
:hover
{
background-color
:
darkred
;
}
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