UNPKG
gaf-mobile
Version:
latest (1.0.0)
1.0.0
GAF mobile Web site
gaf-mobile
/
app
/
styles
/
tests
/
MBW-899
/
layout
/
global-containers.less
14 lines
(11 loc)
•
302 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** * MBW-899 * A/B test Announcement module * - If A/B test is successful, merge this file to layout/global-containers.less */
@import
(reference)
'../../../themes/variables'
;
.mobile-container
{
.snap-content--hasAnnouncement
&
{
top
:
@header-height
+
@announcement-height
; } }