This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="l-container"> | |
<div class="l-8"> | |
<ul class="o-list"> | |
<li class="o-list__item">Tekst</li> | |
</ul> | |
</div> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// =========== 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; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// =========== 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], |