Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
change color button
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Aug 16, 2020
1 parent 43ba032 commit aa53c68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ GEM
ffi (1.13.1-x64-mingw32)
globalid (0.4.2)
activesupport (>= 4.2.0)
htmlbeautifier (1.3.1)
i18n (1.8.5)
concurrent-ruby (~> 1.0)
jbuilder (2.10.0)
Expand Down Expand Up @@ -218,6 +219,7 @@ DEPENDENCIES
byebug
capybara (>= 2.15)
devise
htmlbeautifier
jbuilder (~> 2.7)
pg
puma (~> 4.1)
Expand Down
8 changes: 4 additions & 4 deletions app/assets/stylesheets/pages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@ h1 {
line-height: 42px;
padding : 0;
border : none;
background : rgb(255, 27, 0);
background : rgb(21, 201, 15);

background: linear-gradient(0deg, rgba(255, 27, 0, 1) 0%, rgba(251, 75, 2, 1) 100%);
background: linear-gradient(0deg, rgb(38, 182, 25) 0%, rgb(51, 167, 28) 100%);
}

.btn-5:hover {
color : #f0094a;
color : #1e8d08;
background : transparent;
box-shadow : none;
text-decoration: none;
Expand All @@ -60,7 +60,7 @@ h1 {
right : 0;
height : 2px;
width : 0;
background: #f0094a;
background: #1e8d08;
box-shadow:
-1px -1px 5px 0px #fff,
7px 7px 20px 0px #0003,
Expand Down

0 comments on commit aa53c68

Please sign in to comment.