Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 14 additions & 10 deletions ietf/static/css/ietf.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ $popover-max-width: 100%;
// Utilities
@import "bootstrap/scss/utilities/api";

// Make the bootstrap icons available.
$bootstrap-icons-font-src: url("npm:bootstrap-icons/font/fonts/bootstrap-icons.woff2?a97b3594ad416896e15824f6787370e0") format("woff2"),
url("npm:bootstrap-icons/font/fonts/bootstrap-icons.woff?a97b3594ad416896e15824f6787370e0") format("woff") !default;
@import "bootstrap-icons/font/bootstrap-icons";

// Leave room for fixed-top navbar...
body {
padding-top: 60px;
Expand All @@ -82,9 +77,18 @@ pre {
margin-bottom: 0;
}

// Make the font size choice cascade down into group menu dropdowns.
.leftmenu li>ul {
font-size: inherit;
// Size the navbar brand image.
.navbar-brand img {
height: auto;
width: 60px;
}

.leftmenu {
width: 13em;

li>ul {
font-size: inherit; // Make the font size choice cascade down into group menu dropdowns.
}
}

// Use fixed lengths for the first three columns of "meta" tables.
Expand All @@ -100,7 +104,7 @@ table tbody.meta {
width: 7em;
}

// See https://getbootstrap.com/docs/5.0/layout/breakpoints/#media-queries
// See https://getbootstrap.com/docs/5.1/layout/breakpoints/#media-queries
@include media-breakpoint-up(md) {

th:first-child,
Expand Down Expand Up @@ -251,7 +255,7 @@ table tbody.meta {
border: 2 * $table-border-width solid #000;
}

// See https://getbootstrap.com/docs/5.0/customize/color/#all-colors
// See https://getbootstrap.com/docs/5.1/customize/color/#all-colors
$color-discuss: $red-500;
$color-yes: $green-500;
$color-noobj: $green-100;
Expand Down
Binary file removed ietf/static/images/apple-touch-icon.png
Binary file not shown.
Binary file removed ietf/static/images/ietf-icon-blue3.png
Binary file not shown.
Binary file removed ietf/static/images/ietf-icon-red3.png
Binary file not shown.
Binary file added ietf/static/images/ietf-logo-nor-16-dev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ietf/static/images/ietf-logo-nor-16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ietf/static/images/ietf-logo-nor-180-dev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ietf/static/images/ietf-logo-nor-180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ietf/static/images/ietf-logo-nor-192-dev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ietf/static/images/ietf-logo-nor-192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ietf/static/images/ietf-logo-nor-32-dev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ietf/static/images/ietf-logo-nor-32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ietf/static/images/ietf-logo-nor-512-dev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ietf/static/images/ietf-logo-nor-512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions ietf/static/images/ietf-logo-nor-mask.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ietf/static/images/ietf-logo-nor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions ietf/static/images/ietf-logo-nor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading