Merge pull request 'nesting' (#7) from KrstlSkll69/profilePage:main into main
All checks were successful
Code quality checks / biome (push) Successful in 9s
All checks were successful
Code quality checks / biome (push) Successful in 9s
Reviewed-on: #7
This commit is contained in:
commit
52e4c86808
1 changed files with 15 additions and 15 deletions
|
@ -99,11 +99,11 @@ body {
|
||||||
|
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
transition: opacity 0.3s ease;
|
transition: opacity 0.3s ease;
|
||||||
}
|
|
||||||
|
|
||||||
.open-source-logo:hover {
|
&:hover {
|
||||||
opacity: 1 !important;
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.hidden {
|
.hidden {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
@ -351,11 +351,11 @@ ul {
|
||||||
border: 1px solid var(--border-color);
|
border: 1px solid var(--border-color);
|
||||||
|
|
||||||
transition: background-color 0.3s ease;
|
transition: background-color 0.3s ease;
|
||||||
}
|
|
||||||
|
|
||||||
.activity:hover {
|
&:hover {
|
||||||
background: var(--card-hover-bg);
|
background: var(--card-hover-bg);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.activity-wrapper {
|
.activity-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -517,18 +517,18 @@ ul {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
transition: background-color 0.2s ease;
|
transition: background-color 0.2s ease;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
|
||||||
|
|
||||||
.activity-button:hover {
|
&:hover {
|
||||||
background-color: var(--button-hover-bg);
|
background-color: var(--button-hover-bg);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.activity-button:disabled {
|
&:disabled {
|
||||||
background-color: var(--button-disabled-bg);
|
background-color: var(--button-disabled-bg);
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
html {
|
html {
|
||||||
|
|
Loading…
Add table
Reference in a new issue