Browse Source

tabs

master
rdrew 2 years ago
parent
commit
8bea4b1f2c
  1. 16
      css/sass/_components.scss
  2. 2
      css/style.css
  3. 2
      css/style.css.map
  4. 7
      templates/content/node--islandora-rdm-dataset.html.twig

16
css/sass/_components.scss

@ -146,13 +146,15 @@ form#node-data-management-plan-form {
/* Style the buttons that are used to open the tab content */ /* Style the buttons that are used to open the tab content */
.tab button { .tab button {
background-color: inherit; background-color: inherit;
float: left; float: left;
border: none; border: none;
outline: none; outline: none;
cursor: pointer; cursor: pointer;
padding: 14px 16px; padding: 14px 16px;
transition: 0.3s; transition: 0.3s;
color: #333;
border-radius: 0;
} }
/* Change background color of buttons on hover */ /* Change background color of buttons on hover */

2
css/style.css

@ -928,6 +928,8 @@ form#node-data-management-plan-form [type=submit] {
cursor: pointer; cursor: pointer;
padding: 14px 16px; padding: 14px 16px;
transition: 0.3s; transition: 0.3s;
color: #333;
border-radius: 0;
} }
/* Change background color of buttons on hover */ /* Change background color of buttons on hover */

2
css/style.css.map

File diff suppressed because one or more lines are too long

7
templates/content/node--islandora-rdm-dataset.html.twig

@ -43,6 +43,13 @@ set node_classes = [
{#=============#} {#=============#}
{#Dummy Content#} {#Dummy Content#}
{#=============#} {#=============#}
<section class="citation-block">
<div class="icon"><i class="ficon-file"></i></div>
<div class="data-citation"><h2>Title</h2>
<span>
Elit consequatur quasi expedita sint consectetur. Ipsa obcaecati sed dolores exercitationem iste Voluptate ipsam nihil aperiam numquam asperiores Sequi iste ad commodi eligendi sunt? Amet possimus ratione est exercitationem blanditiis?
</span></div>
</section>
<hr> <hr>
<h3>Rob's dummy content</h3> <h3>Rob's dummy content</h3>
{#Table#} {#Table#}

Loading…
Cancel
Save