Browse Source

0.0.2

master
SERNY Sacha 3 years ago
parent
commit
82797bbd2f
  1. 3
      style/style_index.css
  2. 3
      style/styles_index.scss

3
style/style_index.css

@ -73,7 +73,7 @@ main .main-contents aside:hover {
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
} }
main .main-contents aside:hover h2::before { main .main-contents aside:hover h2::before {
transition: 0.2s; transition: 0.2s ease-in;
bottom: -5px; bottom: -5px;
left: 0px; left: 0px;
width: 100%; width: 100%;
@ -87,6 +87,7 @@ main .main-contents aside h2 {
} }
main .main-contents aside h2::before { main .main-contents aside h2::before {
content: " +++"; content: " +++";
transition: 0.2s ease-out;
font-size: 12px; font-size: 12px;
color: grey; color: grey;
position: absolute; position: absolute;

3
style/styles_index.scss

@ -74,7 +74,7 @@ main {
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; // Pris sur https://getcssscan.com/css-box-shadow-examples box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; // Pris sur https://getcssscan.com/css-box-shadow-examples
& h2 { & h2 {
&::before { &::before {
transition: 0.2s; transition: 0.2s ease-in;
bottom: -5px; bottom: -5px;
left: 0px; left: 0px;
width: 100%; width: 100%;
@ -89,6 +89,7 @@ main {
position: relative; position: relative;
&::before { &::before {
content: " +++"; content: " +++";
transition: 0.2s ease-out;
font-size: 12px; font-size: 12px;
color: grey; color: grey;
position: absolute; position: absolute;

Loading…
Cancel
Save