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
// Styles that affect all .grid-blocks | |
.grid-block { | |
height: 0; | |
padding-bottom: 50%; | |
position: relative; | |
overflow: hidden; | |
.fill-space { | |
@include fill-space; | |
} |
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
Font Icon Generator: Icomoon | |
IcoMoon website: http://icomoon.io/ | |
Drupal Modules to Support Font Icons: | |
Icon API: https://drupal.org/project/icon | |
Icomoon Fonts Module: https://drupal.org/node/1940888 | |
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
# | |
# Virtual Hosts | |
# | |
# If you want to maintain multiple domains/hostnames on your | |
# machine you can setup VirtualHost containers for them. Most configurations | |
# use only name-based virtual hosts so the server doesn't need to worry about | |
# IP addresses. This is indicated by the asterisks in the directives below. | |
# | |
# Please see the documentation at | |
# <URL:http://httpd.apache.org/docs/2.2/vhosts/> |