mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 05:16:41 +07:00
added working profile sidebar
This commit is contained in:
parent
c6c7dbe75d
commit
07b4874f69
16 changed files with 202 additions and 84 deletions
|
@ -129,11 +129,16 @@ button {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
h5, h4, h3, h2, h1 {
|
||||
h3, h2, h1 {
|
||||
color: white;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
h6, h5, h4 {
|
||||
color: white;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
@ -154,6 +159,10 @@ h5 {
|
|||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
h6 {
|
||||
font-size: 1em;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: $gap;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue