mirror of
https://github.com/Nezumi-2711/loi-phan-internship.git
synced 2026-09-22 13:38:31 +00:00
Add style for button when hover on it
This commit is contained in:
@@ -40,6 +40,8 @@
|
||||
|
||||
&__content {
|
||||
padding-inline: 24px;
|
||||
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
&__heading {
|
||||
@@ -80,9 +82,11 @@
|
||||
margin-top: 43px;
|
||||
max-width: 74px;
|
||||
text-transform: capitalize;
|
||||
font-size: $fs-md;
|
||||
text-align: center;
|
||||
padding: 10px 20px;
|
||||
|
||||
&:hover {
|
||||
background-color: $secondary-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user