init
This commit is contained in:
15
static/Vvvebjs/demo/landing/scss/sections/team/team-6.scss
Normal file
15
static/Vvvebjs/demo/landing/scss/sections/team/team-6.scss
Normal file
@@ -0,0 +1,15 @@
|
||||
.social-link {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color: #666;
|
||||
border-radius: 50%;
|
||||
transition: all 0.3s;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.social-link:hover, .social-link:focus {
|
||||
background: var(--bs-border-color);
|
||||
text-decoration: none;
|
||||
color: #555;
|
||||
}
|
||||
Reference in New Issue
Block a user