Gave profile page a facelift in perperation for email/password update pop-ups.
This commit is contained in:
parent
a51152a89d
commit
c32f3df3f3
16 changed files with 316 additions and 157 deletions
|
|
@ -187,10 +187,23 @@ textarea{
|
|||
.dynamic-container{
|
||||
background-color: var(--bg1);
|
||||
color: var(--accent1);
|
||||
}
|
||||
|
||||
.nested-dynamic-container{
|
||||
border: 1px var(--accent1) solid;
|
||||
background-color: var(--bg0);
|
||||
color: var(--accent0);
|
||||
}
|
||||
|
||||
.dynamic-container, .nested-dynamic-container{
|
||||
box-shadow: 3px 3px 1px var(--bg1-alt0) inset;
|
||||
border-radius: 1em;
|
||||
}
|
||||
|
||||
.dynamic-container a{
|
||||
color: var(--accent1);
|
||||
}
|
||||
|
||||
|
||||
tr{
|
||||
box-shadow: var(--accent1) 0px 1em 1px -2em, var(--accent1) 0px -1em 1px -1em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue