mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-11 05:13:02 -05:00
feat: test auth
This commit is contained in:
@@ -58,11 +58,13 @@ html {
|
||||
}
|
||||
|
||||
a.action,
|
||||
.button-star,
|
||||
.article-footer > a,
|
||||
.action-footer > a.action-button {
|
||||
transition: var(--button-transition);
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
opacity: var(--button-hover-opacity);
|
||||
transition: var(--button-transition);
|
||||
|
||||
@@ -189,3 +191,8 @@ details {
|
||||
.body:where(.astro-v5tidmuc) {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
.astro-kmkmnagf {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user