diff options
| author | jpl | 2017-02-28 15:03:30 +0100 |
|---|---|---|
| committer | jpl | 2017-02-28 15:03:30 +0100 |
| commit | 072e4f76f1c98dca9b4a85efa87052842d880d07 (patch) | |
| tree | f7418cdd2cc9bdad315df6502ede8eb2ff4c603d /app/assets/stylesheets/base | |
| parent | 4a3daeceaa5f128961dd7294f65c795672821e6c (diff) | |
| download | chouette-core-072e4f76f1c98dca9b4a85efa87052842d880d07.tar.bz2 | |
Refs #2648: updating jp_collection layout
Diffstat (limited to 'app/assets/stylesheets/base')
| -rw-r--r-- | app/assets/stylesheets/base/_utilities.sass | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/base/_utilities.sass b/app/assets/stylesheets/base/_utilities.sass index 44477e862..65091e904 100644 --- a/app/assets/stylesheets/base/_utilities.sass +++ b/app/assets/stylesheets/base/_utilities.sass @@ -41,3 +41,8 @@ @for $i from 5 through 100 .w#{$i} width: $i * 1% + +// Empty zones +=emptyzone($col1, $col2) + background-image: linear-gradient(-45deg, $col1 25%, $col2 25%, $col2 50%, $col1 50%, $col1 75%, $col2 75%, transparent) + background-size: 40px 40px |
