Remove styles, rename some classes

This commit is contained in:
Oliver Davies 2017-08-06 20:47:56 +01:00
parent 451789c1a2
commit e9eab9260b
5 changed files with 2 additions and 14 deletions

View file

@ -16,11 +16,6 @@
.align-items-center
align-items: center
//@each $value in 'block', 'inline', 'inline-block', 'flex'
// .display-#{$value},
// .is-#{$value},
// display: #{$value}
@each $value in 'top', 'middle', 'bottom'
.table
& > thead > tr > th,

View file

@ -1,6 +0,0 @@
@each $value in 'left' 'center' 'right'
.text-#{$value}
text-align: #{$value}
.text-light
color: #777

View file

@ -13,7 +13,6 @@ $primary: $blue
@import 'mixins'
@import 'base/layout'
@import 'base/typography'
@import 'base/utilities'
@import 'components/availability'

View file

@ -1,4 +1,4 @@
<div class="panel badges text-center">
<div class="panel badges has-text-centered">
<a href="https://assoc.drupal.org/membership" title="Im a Drupal Association member." class="is-block">
<img
src="{{ site.images_url }}/assets/images/badges/da-individual-member.png"

View file

@ -1,4 +1,4 @@
{% set title_tag = title_tag ?: 'h1' %}
<{{ title_tag }}>{{ page.title }}</{{ title_tag }}>
<p class="posted text-light">{{ page.date|date('jS F Y') }}</p>
<p class="posted">{{ page.date|date('jS F Y') }}</p>