Skip to content

Instantly share code, notes, and snippets.

View AljanScholtens's full-sized avatar

Aljan Scholtens AljanScholtens

View GitHub Profile
<div class="l-container">
<div class="l-8">
<ul class="o-list">
<li class="o-list__item">Tekst</li>
</ul>
</div>
// =========== Browser Update
// Taiga Shared Component for the Browser Update module: http://www.browser-update.org/
div.buorg {
box-shadow: 0px 1px 4px rgba($black, 0.3);
font-family: $font-family-body;
color: $color-neutral-70;
font-size: 14px;
@AljanScholtens
AljanScholtens / _gform
Created July 2, 2014 14:09
Gravity forms Scss for Taiga Boilerplate
// =========== Gravity forms
input[type=search] { -webkit-appearance: textfield; }
input[type=search]::-webkit-search-decoration { -webkit-appearance: none; }
input[type=text],
input[type=number],
input[type=password],
input[type=search],