Skip to content

Commit

Permalink
Edited Pricing Section
Browse files Browse the repository at this point in the history
fixed the hover effect and the colors
  • Loading branch information
Marouane Moumni authored and Marouane Moumni committed Feb 19, 2020
1 parent e2dcf7e commit 15d288f
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 59 deletions.
28 changes: 15 additions & 13 deletions css/PRICING/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
transition-duration: 0.3s;
background-color: white;
&:r
&:active{
transform: rotateY(180deg);
z-index: -10;

&:hover{
transform:scale(1.1) ;
.prix{
background-color: white;
background-color: #658DA7;
}

}
Expand All @@ -32,6 +31,15 @@
width: 100%;
transition-duration: 0.6s;
}
.ul{
line-height: 36px;
padding: 1rem 0rem;
li{

list-style-type: none;
border-bottom: 1px solid black;
}
}
.btn{

width: 90px;
Expand All @@ -41,7 +49,7 @@
margin: auto;
padding: 1rem 0rem 0.2rem 2rem;
transition-duration: 0.5s;

margin-bottom: 1rem;
&:hover{
transform: scale(1.1);
background-color: #658da7;
Expand Down Expand Up @@ -71,13 +79,7 @@
background-color: white;
width: 360px;
text-align: center;
.ul{
line-height: 36px;

li{
list-style-type: none;
}
}


}

Expand Down
90 changes: 48 additions & 42 deletions css/PRICING/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/PRICING/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 15d288f

Please sign in to comment.