This file contains hidden or 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
<?php | |
/** | |
* Imager by André Elvan | |
* | |
* @author André Elvan <http://vaersaagod.no> | |
* @package Imager | |
* @copyright Copyright (c) 2016, André Elvan | |
* @license http://opensource.org/licenses/mit-license.php MIT License | |
* @link https://github.com/aelvan/Imager-Craft |
This file contains hidden or 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
#fields .field:not(:last-child):after { | |
background-color: #e3e5e8; | |
content: ''; | |
display: block; | |
height: 1px; | |
margin-top: 32px; | |
position: relative; | |
left: -24px; | |
width: calc(100% + 48px); | |
} |
OlderNewer