Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sidebar for New Display Package Page #8650

Merged
merged 9 commits into from
Jun 30, 2021
48 changes: 46 additions & 2 deletions src/Bootstrap/dist/css/bootstrap-theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

66 changes: 64 additions & 2 deletions src/Bootstrap/less/theme/page-display-package-v2.less
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
.package-details-info {
.ms-Icon-ul {
li {
margin-bottom: 15px;
margin-bottom: 18px;
}

img.icon {
Expand All @@ -185,11 +185,62 @@
margin-top: 3px;
}
}

.sidebar-headers {
font-size: 16px;
font-weight: 600;
color: @gray-light;
margin-bottom: 14px;
}

.sidebar-links {
font-size: 16px;
}

.links-first-section {
padding-bottom: 35px;
margin-bottom: 0px;
}

.title-links {
font-size: 14px;
font-weight: 400;
padding-top: 2px;

a {
@media (min-width: @screen-md-min) {
float: right !important;
}
}
}

.sidebar-section {
margin-top: 32px;
}

.download-info {

.download-info-row {
margin-bottom: 15px;
}

.download-info-header {
font-size: 14px;
font-weight: 400;
color: @gray-light;
margin-right: 12px;
}

.download-info-content {
font-size: 16px;
font-weight: 600;
}
sophiamfavro marked this conversation as resolved.
Show resolved Hide resolved
}
}

.owner-list {
li {
margin-bottom: 8px;
margin-bottom: 38px;
display: block;
overflow: hidden;
white-space: nowrap;
Expand All @@ -198,6 +249,17 @@

img {
margin-right: 8px;
border-radius: 5px;
}
}

.support-links {

.report-link {
i {
color: #BE0151;
font-weight: bold;
}
}
}

Expand Down
Loading