design resources initial
This commit is contained in:
parent
f7570a1bf7
commit
b96b35be87
3 changed files with 252 additions and 1 deletions
|
@ -121,6 +121,15 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin'
|
|||
opacity: 0.75;
|
||||
}
|
||||
}
|
||||
button {
|
||||
appearance: none;
|
||||
border: none;
|
||||
color: inherit;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
font-weight: 500;
|
||||
cursor: pointer;
|
||||
}
|
||||
.gradient-bg {
|
||||
background: var(--gradient);
|
||||
padding: 1.5rem;
|
||||
|
@ -133,6 +142,7 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin'
|
|||
background: var(--background);
|
||||
border-radius: 1.5rem;
|
||||
padding: 1.5rem;
|
||||
transition: border-radius 0.2s ease-in-out;
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
|
@ -143,6 +153,9 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin'
|
|||
border-radius: inherit;
|
||||
content: '';
|
||||
}
|
||||
&:is(button):hover {
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
}
|
||||
footer {
|
||||
font-size: 0.75rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue