design touchups, download button as-designed

This commit is contained in:
John Hess 2024-06-20 14:04:51 -05:00
parent 8a6bcba65b
commit e309f24e9c
5 changed files with 43 additions and 37 deletions

View file

@ -35,8 +35,9 @@ div.foot {
padding-left: 12px;
}
.path-next {
margin: 0 5px;
margin: 0 10px 2px 10px;
height: 12px;
rotate: 180deg;
}
}
@ -45,13 +46,14 @@ div.foot {
color: black;
display: flex;
font-family: "Poppins", sans-serif;
font-size: 14px;
font-size: 16px;
}
.breadcrumb-name {
display: flex;
align-items: center;
height: 48px;
font-size: 18px;
a {
display: flex;
align-items: center;
@ -61,7 +63,7 @@ div.foot {
img.back {
width: 18px;
height: 18px;
rotate: 180deg;
margin-left: 10px;
margin-right: 10px;
}
}
@ -85,9 +87,8 @@ hr.full-width {
.filerow {
display: flex;
align-items: center;
width: 100%;
height: 54px;
margin: 0 10px;
height: 44px;
margin: 10px;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}
@ -115,7 +116,7 @@ hr.full-width {
}
.text-filerow .upper-text {
font-size: 14px;
font-size: 16px;
line-height: 18px;
padding: 2px;
color: black;
@ -127,7 +128,7 @@ hr.full-width {
color: gray;
}
.empty-block {
.dl-block {
width: 30px;
height: 30px;
}