Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Theme article revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
ooneill547 committed Sep 15, 2022
1 parent 54426c0 commit 666cca4
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 7 deletions.
2 changes: 1 addition & 1 deletion css/3_components/drupal-diff.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.launch-service ins,.launch-service del{background:none;text-decoration:none}
.layout--main-n-side .diff-responsive-table-wrapper ~ .ga-aside{grid-area:unset}@media (min-width: 768px){.layout--main-n-side .diff-responsive-table-wrapper ~ .ga-aside{grid-row:2}}
15 changes: 9 additions & 6 deletions src/scss/3_components/drupal-diff.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,14 @@

@import '../init';

// GP practices
.launch-service {
ins,
del {
background: none;
text-decoration: none;
.layout--main-n-side {
.diff-responsive-table-wrapper {
~ .ga-aside {
grid-area: unset;

@include breakpoint($tab) {
grid-row: 2;
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{#
/**
* @file
* Theme override for a field displayed in default view mode.
*/
#}
{% extends 'core/themes/classy/templates/field/field.html.twig' %}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{#
/**
* @file
* Theme override for a field displayed in default view mode.
*/
#}
{% extends 'core/themes/classy/templates/field/field.html.twig' %}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{#
/**
* @file
* Theme override for a field displayed in default view mode.
*/
#}
{% extends 'core/themes/classy/templates/field/field.html.twig' %}

0 comments on commit 666cca4

Please sign in to comment.