diff --git a/app/assets/images/logo.svg b/app/assets/images/logo.svg index 5fb8be189..33e2b7a28 100644 --- a/app/assets/images/logo.svg +++ b/app/assets/images/logo.svg @@ -1 +1 @@ - \ No newline at end of file +ucla-library-digital-colletions \ No newline at end of file diff --git a/app/assets/stylesheets/ursus.scss b/app/assets/stylesheets/ursus.scss index b93639655..34e4c455b 100644 --- a/app/assets/stylesheets/ursus.scss +++ b/app/assets/stylesheets/ursus.scss @@ -5,3 +5,5 @@ @import 'ursus/facets'; @import 'ursus/footer'; @import 'ursus/body'; +@import 'ursus/logo'; +@import 'ursus/facets'; diff --git a/app/assets/stylesheets/ursus/_facets.scss b/app/assets/stylesheets/ursus/_facets.scss index 20a76114b..445a53c93 100644 --- a/app/assets/stylesheets/ursus/_facets.scss +++ b/app/assets/stylesheets/ursus/_facets.scss @@ -1,5 +1,14 @@ -@import 'colors'; +.facet-values .facet-label { + display: block; + text-indent: 0; + padding-left: 0; + padding-bottom: 6px; + overflow-wrap: unset; + -webkit-hyphens: unset; + -o-hyphens: unset; + hyphens: unset; +} .facet-values { - display: inline-flex; + display: block; } diff --git a/app/assets/stylesheets/ursus/_logo.scss b/app/assets/stylesheets/ursus/_logo.scss new file mode 100644 index 000000000..6cdfa0656 --- /dev/null +++ b/app/assets/stylesheets/ursus/_logo.scss @@ -0,0 +1,4 @@ +#header-navbar .navbar-brand { + width: 30rem; + height: 4.5rem; +}