-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathmaia-cloud.css
More file actions
59 lines (59 loc) · 827 Bytes
/
Copy pathmaia-cloud.css
File metadata and controls
59 lines (59 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
@media screen, projection
{
#maia-header,#maia-nav-x,#maia-footer,.maia-stage
{
margin: 0 -15px !important;
}
#maia-nav-x .maia-button
{
box-shadow: none;
moz-box-shadow: none;
ms-box-shadow: none;
o-box-shadow: none;
webkit-box-shadow: none;
}
#maia-header .maia-search
{
margin-left: 15px;
}
}
@media screen and (max-width: 767px)
{
#maia-header .maia-util
{
display: none;
}
.search-container
{
display: none;
}
}
#maia-nav-x .cp-cta
{
color: #333 !important;
}
#maia-nav-x .cp-cta a:first-child
{
color: #245dc1 !important;
}
#maia-nav-x .cp-cta-text
{
font-weight: 600;
margin-left: 5px;
margin-right: 5px;
}
.cloud-social
{
float: right;
line-height: 16px;
padding: 6px 0px;
}
.search-container
{
float: right;
margin-top: .65em;
}
#maia-header #maia-social
{
display: none;
}