Mercurial > hg > dml-open-vis
annotate src/DML/MainVisBundle/Resources/assets/bem-blocks/jasmine.less @ 1:f38015048f48 tip
Added GPL
author | Daniel Wolff |
---|---|
date | Sat, 13 Feb 2016 20:43:38 +0100 |
parents | 493bcb69166c |
children |
rev | line source |
---|---|
Daniel@0 | 1 @import "../config.less"; |
Daniel@0 | 2 |
Daniel@0 | 3 .jasmine { |
Daniel@0 | 4 .position_fixed_everywhere(20px); |
Daniel@0 | 5 .box-shadow(@help--box-shadow); |
Daniel@0 | 6 overflow: scroll; |
Daniel@0 | 7 z-index: @z-index_jasmine; |
Daniel@0 | 8 background: #fff; |
Daniel@0 | 9 padding: 10px; |
Daniel@0 | 10 } |
Daniel@0 | 11 |
Daniel@0 | 12 .jasmine_html-reporter { |
Daniel@0 | 13 margin: -10px !important; |
Daniel@0 | 14 } |