nesting #7
1 changed files with 6 additions and 6 deletions
|
@ -99,10 +99,10 @@ 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 {
|
||||||
|
@ -352,7 +352,7 @@ ul {
|
||||||
|
|
||||||
transition: background-color 0.3s ease;
|
transition: background-color 0.3s ease;
|
||||||
|
|
||||||
&:hover{
|
&:hover {
|
||||||
background: var(--card-hover-bg);
|
background: var(--card-hover-bg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -518,12 +518,12 @@ ul {
|
||||||
transition: background-color 0.2s ease;
|
transition: background-color 0.2s ease;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
&:hover{
|
&:hover {
|
||||||
background-color: var(--button-hover-bg);
|
background-color: var(--button-hover-bg);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
&: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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue