First viewer header changes

This commit is contained in:
elhombretecla 2021-05-25 16:28:59 +02:00 committed by Andrés Moya
parent fcb4cb38a9
commit e45f7598db
9 changed files with 30 additions and 18 deletions

View file

@ -56,17 +56,28 @@
}
}
svg {
fill: $color-gray-30;
height: 16px;
width: 16px;
}
.dropdown {
top: 40px;
left: 0px;
width: 260px;
}
.view-options-dropdown {
align-items: center;
cursor: pointer;
display: flex;
span {
font-size: $fs13;
margin-right: $small;
}
svg {
fill: $color-gray-20;
height: 12px;
width: 12px;
}
}
}
.sitemap-zone {
@ -165,6 +176,10 @@
height: 20px;
}
}
.btn-primary {
flex-shrink: 0;
}
}
.share-link-dropdown {