Browse Source

lots of details

master
rdrew 2 years ago
parent
commit
0bea07be9d
  1. 18
      css/global-style.css
  2. 2
      css/global-style.css.map
  3. 3
      css/sass/components/_blocks.scss
  4. 37
      roblib_2023.info.yml.bk
  5. 123
      roblib_2023.libraries.yml.bk

18
css/global-style.css

@ -18276,7 +18276,8 @@ main,
}
}
.region-sidebar-first .block {
.region-sidebar-first .block,
.region-sidebar-second .block {
display: flex;
flex-direction: column;
flex-grow: 1;
@ -18288,10 +18289,12 @@ main,
overflow: hidden;
color: #333;
}
.region-sidebar-first .block > :last-child {
.region-sidebar-first .block > :last-child,
.region-sidebar-second .block > :last-child {
margin-bottom: 0;
}
.region-sidebar-first .block h3 {
.region-sidebar-first .block h3,
.region-sidebar-second .block h3 {
display: flex;
flex: 0 1 auto;
padding: 1rem;
@ -18302,14 +18305,17 @@ main,
padding: 1rem 1rem 0.6rem 1rem;
border-bottom: 4px solid #517e1b;
}
.region-sidebar-first .block h3 > :last-child {
.region-sidebar-first .block h3 > :last-child,
.region-sidebar-second .block h3 > :last-child {
margin-bottom: 0;
}
.region-sidebar-first .block .field--name-body {
.region-sidebar-first .block .field--name-body,
.region-sidebar-second .block .field--name-body {
flex: 1 0 auto;
padding: 1rem;
}
.region-sidebar-first .block .field--name-body > :last-child {
.region-sidebar-first .block .field--name-body > :last-child,
.region-sidebar-second .block .field--name-body > :last-child {
margin-bottom: 0;
}
/*# sourceMappingURL=global-style.css.map */

2
css/global-style.css.map

File diff suppressed because one or more lines are too long

3
css/sass/components/_blocks.scss

@ -1,4 +1,5 @@
.region-sidebar-first .block {
.region-sidebar-first .block,
.region-sidebar-second .block {
@include card-container();
h3 {
@include card-divider;

37
roblib_2023.info.yml.bk

@ -1,37 +0,0 @@
name: roblib_2023
type: theme
'base theme': stable9
starterkit: true
version: VERSION
libraries:
- roblib_2023/superfish
- roblib_2023/base
- roblib_2023/messages
- core/normalize
libraries-extend:
user/drupal.user:
- roblib_2023/user
core/drupal.dropbutton:
- roblib_2023/dropbutton
core/drupal.dialog:
- roblib_2023/dialog
file/drupal.file:
- roblib_2023/file
core/drupal.progress:
- roblib_2023/progress
core_version_requirement: ^10
regions:
header: 'Header Navbar'
primary_menu: 'Primary menu'
secondary_menu: 'Secondary menu'
highlighted: 'Highlighted'
help: 'Help'
content: 'Content'
sidebar_first: 'Left sidebar'
sidebar_second: 'Right sidebar'
footer: 'Footer'
subfooter: 'Subfooter'
breadcrumb: 'Breadcrumb'
page_top: 'Page top'
page_bottom: 'Page bottom'
generator: 'starterkit_theme:10.0.1'

123
roblib_2023.libraries.yml.bk

@ -1,123 +0,0 @@
superfish:
version: 1.x
js:
libraries/superfish/dist/js/superfish.js: {}
dependencies:
- core/jquery
css:
theme:
libraries/superfish/dist/css/superfish.css: {}
base:
version: VERSION
js:
js/foundation.min.js: {}
js/custom_js.js: {}
dependencies:
- core/jquery
css:
theme:
css/global-style.css: {}
component:
css/components/action-links.css:
weight: -10
css/components/breadcrumb.css:
weight: -10
css/components/button.css:
weight: -10
css/components/container-inline.css:
weight: -10
css/components/details.css:
weight: -10
css/components/exposed-filters.css:
weight: -10
css/components/field.css:
weight: -10
css/components/form.css:
weight: -10
css/components/icons.css:
weight: -10
css/components/inline-form.css:
weight: -10
css/components/item-list.css:
weight: -10
css/components/link.css:
weight: -10
css/components/links.css:
weight: -10
css/components/menu.css:
weight: -10
css/components/more-link.css:
weight: -10
css/components/pager.css:
weight: -10
css/components/tabledrag.css:
weight: -10
css/components/tableselect.css:
weight: -10
css/components/tablesort.css:
weight: -10
css/components/tabs.css:
weight: -10
css/components/textarea.css:
weight: -10
css/components/ui-dialog.css:
weight: -10
dialog:
version: VERSION
css:
component:
css/components/dialog.css:
weight: -10
dropbutton:
version: VERSION
css:
component:
css/components/dropbutton.css:
weight: -10
file:
version: VERSION
css:
component:
css/components/file.css:
weight: -10
image-widget:
version: VERSION
css:
component:
css/components/image-widget.css: { }
indented:
version: VERSION
css:
component:
css/components/indented.css: { }
messages:
version: VERSION
css:
component:
css/components/messages.css:
weight: -10
node:
version: VERSION
css:
component:
css/components/node.css:
weight: -10
progress:
version: VERSION
css:
component:
css/components/progress.css:
weight: -10
search-results:
version: VERSION
css:
component:
css/components/search-results.css: { }
user:
version: VERSION
css:
component:
css/components/user.css:
weight: -10
Loading…
Cancel
Save