fix icons, add second header
This commit is contained in:
parent
d56a303896
commit
28d91b68db
3 changed files with 35 additions and 6 deletions
|
|
@ -43,6 +43,24 @@ div.foot {
|
|||
font-size: 14px;
|
||||
}
|
||||
|
||||
.folder-name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 34px;
|
||||
margin: 10px;
|
||||
a {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
img.back {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
rotate: 180deg;
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 18px;
|
||||
font-weight: 500;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue