Browse Source

tune variants

master
rdrew 6 days ago
parent
commit
52a990fc8c
  1. 30
      css/components/islandora_mods.css

30
css/components/islandora_mods.css

@ -1,21 +1,37 @@
/*tune variants*/
.view-bdh-audio-views caption {
margin-top: 1rem;
a {
font-size: 1.5rem;
text-decoration: none;
font-variant: unset;
font-style: normal;
padding-top: 1em;
display: flex;
}
a:after {
content: " :";
}
}
/*video*/ /*video*/
.able { .able {
box-shadow: none; box-shadow: none;
} }
.able-player { .able-player {
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
background-color: var(--color--bdh-red); background-color: var(--color--bdh-red);
} }
.bdh--video { .bdh--video {
/*.views-row {*/ /*.views-row {*/
/*[>background: var(--color--bdh-red);<]*/ /*[>background: var(--color--bdh-red);<]*/
/*border:1px solid #ccc;*/ /*border:1px solid #ccc;*/
/*padding:1rem;*/ /*padding:1rem;*/
/*margin-bottom: 1rem;*/ /*margin-bottom: 1rem;*/
/*}*/ /*}*/
} }
.view-bdh-audio-views .views-table { .view-bdh-audio-views .views-table {
width: 100%; width: 100%;
} }
/*people pges*/ /*people pges*/
.person--layout { .person--layout {

Loading…
Cancel
Save