We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0598b5f + a5ced14 commit c6d290dCopy full SHA for c6d290d
intro-section-with-dropdown-navigation-main/src/scss/components/_main.scss
@@ -16,7 +16,7 @@ main{
16
p{
17
font-size: 0.97rem;
18
color: $mediumGray;
19
- line-height: 1.5rem;
+ line-height: 1.5;
20
padding: 1rem;
21
}
22
@@ -32,6 +32,13 @@ main{
32
align-items: center;
33
justify-content: center;
34
font-weight: 700;
35
+ transition: background-color 0.3s ease-in-out, color 0.4s ease-in, border 0.5s ease-out;
36
+
37
+ &:hover{
38
+ background-color: $almost-White;
39
+ color: $almostBlack;
40
+ border: 1px groove $almostBlack;
41
+ }
42
43
44
0 commit comments